zsh: init

inspired by https://github.com/bebehei/df/blob/master/zsh/zshrc
This commit is contained in:
Felix Buehler 2026-01-11 20:22:05 +01:00
parent e0ea620d3a
commit 3a0c99707b
6 changed files with 55 additions and 0 deletions

9
.gitmodules vendored
View file

@ -52,3 +52,12 @@
[submodule "vim/start/vim-polyglot"]
path = vim/start/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git
[submodule "zsh/zsh-autosuggestions"]
path = zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "zsh/zsh-syntax-highlighting"]
path = zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "zsh/oh-my-zsh"]
path = zsh/oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git