feat(zsh): add .zsh with zsh-users plugins

This commit is contained in:
mitchell 2026-07-11 15:29:51 -04:00
parent 11d574fae2
commit ae110cb076
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored Normal file
View file

@ -0,0 +1,9 @@
[submodule "zsh/dot-zsh/zsh-autosuggestions"]
path = zsh/dot-zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "zsh/dot-zsh/zsh-history-substring-search"]
path = zsh/dot-zsh/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search.git
[submodule "zsh/dot-zsh/zsh-syntax-highlighting"]
path = zsh/dot-zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git