mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-05 11:39:40 +03:00
Compare commits
15 Commits
main
...
654414db7e
Author | SHA1 | Date | |
---|---|---|---|
654414db7e | |||
549300f9b3 | |||
d0517de1d3 | |||
8d57821630 | |||
ae9174ce27 | |||
d9832eb8e7 | |||
b457a84dfd | |||
466115287b | |||
f9f728740d | |||
d5a3b02f8e | |||
b20e72a14c | |||
ae55fd8572 | |||
e067d3c93a | |||
2dd52a9fbf | |||
23708bf23f |
@ -126,9 +126,8 @@ env:
|
|||||||
# Font configuration
|
# Font configuration
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: FiraCode Nerd Font Mono
|
family: MesloLGS Nerd Font
|
||||||
#family: FantasqueSansM Nerd Font Mono
|
style: Regular
|
||||||
style: regular
|
|
||||||
|
|
||||||
#font:
|
#font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
|
Submodule .config/nvim updated: 2b73dd0a25...e0df6560b4
@ -0,0 +1 @@
|
|||||||
|
import /Users/sahin/.config/timewarrior/holidays/holidays.tr-TR
|
||||||
|
Submodule .config/zsh updated: e6a19ccd89...d0177d0329
8
.gitmodules
vendored
8
.gitmodules
vendored
@ -1,16 +1,16 @@
|
|||||||
[submodule ".config/tmux/plugins/tpm"]
|
[submodule ".config/tmux/plugins/tpm"]
|
||||||
path = .config/tmux/plugins/tpm
|
path = .config/tmux/plugins/tpm
|
||||||
url = https://github.com/tmux-plugins/tpm.git
|
url = https://github.com/tmux-plugins/tpm.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule ".config/alacritty/themes"]
|
[submodule ".config/alacritty/themes"]
|
||||||
path = .config/alacritty/themes
|
path = .config/alacritty/themes
|
||||||
url = https://github.com/alacritty/alacritty-theme.git
|
url = https://github.com/alacritty/alacritty-theme.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule ".config/nvim"]
|
[submodule ".config/nvim"]
|
||||||
path = .config/nvim
|
path = .config/nvim
|
||||||
url = https://github.com/sahinakkaya/nvim-config.git
|
url = https://github.com/sahinakkaya/nvim-config.git
|
||||||
branch = main
|
branch = macos
|
||||||
[submodule ".config/zsh"]
|
[submodule ".config/zsh"]
|
||||||
path = .config/zsh
|
path = .config/zsh
|
||||||
url = https://github.com/sahinakkaya/zsh-config.git
|
url = https://github.com/sahinakkaya/zsh-config.git
|
||||||
branch = main
|
branch = macos
|
||||||
|
Reference in New Issue
Block a user