Skip to content

Commit

Permalink
Supress interaction when installing omz
Browse files Browse the repository at this point in the history
  • Loading branch information
dyordsabuzo committed Jul 8, 2021
1 parent 100953d commit 590192a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/omz-p10k-ubuntu-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
echo "Installing zsh"
sudo apt update && sudo apt install -y zsh git

echo "Install Oh My Zsh"
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" <<END
sh -c zsh <<END
echo "Install Oh My Zsh"
echo -e "Y" | sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
echo "Install powerlevel10k"
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
Expand Down

0 comments on commit 590192a

Please sign in to comment.