Add zsh config

This commit is contained in:
2024-06-27 16:22:06 +02:00
parent c74a26cbee
commit a373c4aeb4
6 changed files with 135 additions and 0 deletions

6
.gitmodules vendored
View File

@ -4,3 +4,9 @@
[submodule ".vim/pack/vendor/start/rainbow_parentheses.vim"]
path = .vim/pack/vendor/start/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim
[submodule ".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
path = .oh-my-zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
[submodule ".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
path = .oh-my-zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions