From 2b36a77ecc8d4204073b4e6949b1e1b6e8d4fe7e Mon Sep 17 00:00:00 2001 From: nevaforget Date: Thu, 26 Dec 2024 21:00:45 +0100 Subject: [PATCH] stower.sh aktualisiert --- stower.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stower.sh b/stower.sh index 5edd2a7..3846b5c 100755 --- a/stower.sh +++ b/stower.sh @@ -204,13 +204,13 @@ function rebooter { function setup { # ZSH log "Cloning ZSH Plugins..." - rm -rf ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions + sudo 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 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 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