Skip to content

Instantly share code, notes, and snippets.

@maxclaus
Created May 31, 2013 14:32
Show Gist options
  • Save maxclaus/5685382 to your computer and use it in GitHub Desktop.
Save maxclaus/5685382 to your computer and use it in GitHub Desktop.
Instalar ZSH terminal e Oh My ZSH no Ubuntu
#Instalar ZSH:
sudo apt-get update && sudo apt-get install zsh
#Configurar oh-my-zsh:
wget –no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O – | sh
#Tornar ZSH terminal padrão
chsh -s /bin/zsh
#Reinicie o ubuntu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment