From f2c024cd51e1995fdd34baaa55268fc3299ca4a7 Mon Sep 17 00:00:00 2001 From: spekulaas Date: Tue, 27 Sep 2022 15:37:58 +0200 Subject: [PATCH] test ohmyzsh --- src/Oh-My-ZSH.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Oh-My-ZSH.sh b/src/Oh-My-ZSH.sh index 099b481..0ef9681 100644 --- a/src/Oh-My-ZSH.sh +++ b/src/Oh-My-ZSH.sh @@ -3,10 +3,12 @@ sudo apt-get update sudo apt-get install zsh -y # Set ZSH as standard interface -chsh -s $(which zsh) | 0 +chsh -s $(which zsh) + +bash -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended # Get oh my zsh -sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +# sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -y # recompile zsh source ~/.zshrc \ No newline at end of file