From c0bfdca6129136b25ada2f58c95148ef24013bd6 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Thu, 26 Dec 2024 20:59:15 +0100 Subject: [PATCH] stower.sh aktualisiert --- stower.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stower.sh b/stower.sh index 75abc0c..5edd2a7 100755 --- a/stower.sh +++ b/stower.sh @@ -204,10 +204,13 @@ function rebooter { function setup { # ZSH log "Cloning ZSH Plugins..." + rm -rf ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions sudo git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions log "Done... zsh-autosuggestions" + rm -rf ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting sudo git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting log "Done... zsh-syntax-highlighting" + rm -rf ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k sudo git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k log "Done... powerlevel10k" chsh -s /usr/bin/zsh