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 terminal

Revision #2
Created 9 June 2020 21:12:34 by Juan Navas
Updated 29 July 2025 21:02:41 by Juan Navas