feat(zsh): add zsh-autosuggestions and zsh-syntax-highlighting modules

This commit is contained in:
phoenix
2025-04-17 11:30:41 +01:00
parent 915ee252f5
commit 17c641512f
4 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ local
config/ohmyzsh config/ohmyzsh
config/tmux/plugins/tmux config/tmux/plugins/tmux
config/tmux/plugins/tpm config/tmux/plugins/tpm
zsh-autosuggestions
zsh-syntax-highlighting

6
.gitmodules vendored
View File

@ -7,3 +7,9 @@
[submodule "config/zsh/ohmyzsh"] [submodule "config/zsh/ohmyzsh"]
path = config/zsh/ohmyzsh path = config/zsh/ohmyzsh
url = https://github.com/ohmyzsh/ohmyzsh.git url = https://github.com/ohmyzsh/ohmyzsh.git
[submodule "zsh-syntax-highlighting"]
path = zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "zsh-autosuggestions"]
path = zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions

1
zsh-autosuggestions Submodule

Submodule zsh-autosuggestions added at 0e810e5afa