zsh install

This commit is contained in:
Ryan Bakkes 2022-08-27 19:29:48 +02:00
parent 0b9c115f0b
commit aa648c90ff

View File

@ -1,2 +1,9 @@
# install ZSH
sudo apt install zsh -y sudo apt install zsh -y
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -y
# Get oh my zsh and switch to zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
# recompile zsh
source ~/.zshrc