feat: added zsh as shell

This commit is contained in:
2025-09-13 20:47:27 +02:00
parent 175396522b
commit d873613dc0
5 changed files with 13 additions and 0 deletions

9
.gitmodules vendored Normal file
View File

@@ -0,0 +1,9 @@
[submodule ".ohmyzsh"]
path = .ohmyzsh
url = https://github.com/ohmyzsh/ohmyzsh.git
[submodule "/home/amy/.config/zsh_custom/themes/powerlevel10k"]
path = /home/amy/.config/zsh_custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule ".config/zsh_custom/plugins/zsh-syntax-highlighting"]
path = .config/zsh_custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting