One minute
Linux Installation of Zsh and Oh My Zsh
This can be done in two or three easy steps:
sudo apt-get install zsh curl git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- (optional, must be installed for the agnoster theme for example (see here))
sudo apt-get install fonts-powerline (echo "\ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u26a1 \u2699" to test)
README