Instalar Oh-my-zsh no Ubuntu

$ sudo apt-get install zsh
$ wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
$ chsh -s `which zsh`
# Reboot to apply changes and start with zsh
Written on January 18, 2016