diff --git a/.config/zsh b/.config/zsh new file mode 160000 index 0000000..7f99902 --- /dev/null +++ b/.config/zsh @@ -0,0 +1 @@ +Subproject commit 7f999024a5bbfaf0bdf7a4e493a3658db5b97ee2 diff --git a/.gitmodules b/.gitmodules index 9b87f86..620fc4b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,7 @@ path = .config/nvim url = https://github.com/sahinakkaya/nvim-config.git branch = linux +[submodule ".config/zsh"] + path = .config/zsh + url = https://github.com/sahinakkaya/zsh.git + branch = linux