Skip to content

Instantly share code, notes, and snippets.

@maxcnunes
Created May 31, 2013 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxcnunes/5685382 to your computer and use it in GitHub Desktop.
Save maxcnunes/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