Instalar ZSH
sudo apt-get install zsh
# oh-my-zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
# zsh por defecto
chsh -s `which zsh`
# reinciar computador
sudo apt-get install zsh
# oh-my-zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
# zsh por defecto
chsh -s `which zsh`
# reinciar computador