Compare commits

15 Commits

Author SHA1 Message Date
654414db7e Update main config 2024-03-14 11:14:36 +03:00
549300f9b3 Update submodule 2024-03-14 11:04:07 +03:00
d0517de1d3 Update zsh submodule 2024-01-29 12:34:42 +03:00
8d57821630 Set terminal type 2023-12-29 10:21:47 +03:00
ae9174ce27 Fix typo 2023-12-27 10:58:32 +03:00
d9832eb8e7 Update font in alacritty 2023-12-26 17:51:04 +03:00
b457a84dfd Update zsh submodule 2023-12-26 11:56:45 +03:00
466115287b Add .gitconfig 2023-12-26 01:12:02 +03:00
f9f728740d Add zsh env 2023-12-26 01:07:26 +03:00
d5a3b02f8e Add zsh config 2023-12-26 01:02:21 +03:00
b20e72a14c Update submodules 2023-12-26 00:20:34 +03:00
ae55fd8572 Add custom scripts 2023-12-26 00:12:37 +03:00
e067d3c93a Add nvim config as a submodule 2023-12-25 23:54:45 +03:00
2dd52a9fbf Add taskwarrior config 2023-12-25 23:24:05 +03:00
23708bf23f Update timewarrior config 2023-12-25 23:20:27 +03:00
5 changed files with 9 additions and 9 deletions

View File

@ -126,9 +126,8 @@ env:
# Font configuration
font:
normal:
family: FiraCode Nerd Font Mono
#family: FantasqueSansM Nerd Font Mono
style: regular
family: MesloLGS Nerd Font
style: Regular
#font:
# Normal (roman) font face

View File

@ -0,0 +1 @@
import /Users/sahin/.config/timewarrior/holidays/holidays.tr-TR

8
.gitmodules vendored
View File

@ -1,16 +1,16 @@
[submodule ".config/tmux/plugins/tpm"]
path = .config/tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm.git
branch = master
branch = master
[submodule ".config/alacritty/themes"]
path = .config/alacritty/themes
url = https://github.com/alacritty/alacritty-theme.git
branch = master
branch = master
[submodule ".config/nvim"]
path = .config/nvim
url = https://github.com/sahinakkaya/nvim-config.git
branch = main
branch = macos
[submodule ".config/zsh"]
path = .config/zsh
url = https://github.com/sahinakkaya/zsh-config.git
branch = main
branch = macos