Compare commits

11 Commits

Author SHA1 Message Date
49baeffca5 Update main config 2024-03-14 11:14:59 +03:00
e1759cd443 Set terminal type 2023-12-29 10:21:33 +03:00
855b3adad6 Fix typo 2023-12-27 10:58:32 +03:00
b22b428cb0 Update zsh submodule 2023-12-26 11:54:59 +03:00
c7cbf63290 Add .gitconfig 2023-12-26 01:12:02 +03:00
bdcbf75faa Add zsh env 2023-12-26 01:07:26 +03:00
e4f4b48478 Add zsh config 2023-12-26 00:55:43 +03:00
98ae969c4d Update submodules 2023-12-26 00:23:48 +03:00
f4684c9a01 Add custom scripts 2023-12-26 00:12:37 +03:00
80da014e84 Add nvim config as a submodule 2023-12-25 23:55:49 +03:00
64f6f14afd Add taskwarrior config 2023-12-25 23:24:05 +03:00
5 changed files with 9 additions and 9 deletions

View File

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

View File

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

4
.gitmodules vendored
View File

@ -9,8 +9,8 @@
[submodule ".config/nvim"]
path = .config/nvim
url = https://github.com/sahinakkaya/nvim-config.git
branch = macos
branch = main
[submodule ".config/zsh"]
path = .config/zsh
url = https://github.com/sahinakkaya/zsh-config.git
branch = macos
branch = main