- zsh
- git
- curl or wget
zsh --version
Expected result:
zsh 5.0.5
If zsh is not installed, install it:
sudo apt-get update
sudo apt-get install zsh
git --config
Expected result:
git version 2.5.0
If git is not installed, install it:
sudo apt-get install git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
chsh -s /bin/zsh