Added zsh install script

This commit is contained in:
2022-10-16 00:21:48 +02:00
parent 440b616690
commit 37c88e94e1
3 changed files with 22 additions and 3 deletions

3
install_zsh.sh Normal file
View File

@@ -0,0 +1,3 @@
git clone https://github.com/romkatv/powerlevel10k.git /home/tobi/.config/zsh_addons/powerlevel10k
git clone https://github.com/zsh-users/zsh-autosuggestions.git /home/tobi/.config/zsh_addons/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /home/tobi/.config/zsh_addons/zsh-syntax-highlighting