diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9df473e..796be5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,17 @@ path = tmux/.tmux/plugins/tpm url = https://github.com/tmux-plugins/tpm shallow = true + [submodule "alacritty/.config/alacritty/alacritty-theme"] path = alacritty/.config/alacritty/alacritty-theme url = https://github.com/alacritty/alacritty-theme shallow = true + +[submodule "zsh/.config/zsh/plugins/zsh-autosuggestions"] + path = zsh/.config/zsh/plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions + shallow = true +[submodule "zsh/.config/zsh/plugins/zsh-syntax-highlighting"] + path = zsh/.config/zsh/plugins/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting + shallow = true |