terça-feira, 24 de dezembro de 2013

Instalando Zsh no Ubuntu

Configurando o ZSH como seu terminal padrão incluindo o oh-my-zsh


$ sudo apt-get update && sudo apt-get install zsh # installing zsh
$ wget –no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O – | sh # oh-my-zsh
$ chsh -s /bin/zsh # setting as default

# Restart your system ;)


O Zsh vai automaticamente carregar o seu .bashsrc

Nenhum comentário:

Postar um comentário

~le comentário