diff --git a/install_zsh.sh b/install_zsh.sh new file mode 100644 index 0000000..32fffb6 --- /dev/null +++ b/install_zsh.sh @@ -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