Created
May 31, 2013 14:32
-
-
Save maxclaus/5685382 to your computer and use it in GitHub Desktop.
Instalar ZSH terminal e Oh My ZSH no Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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