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