ZSH e Oh My ZSH
ZSH🔗
O ZSH é um shell para Unix que vai fazer você não querer mais usar qualquer outro shell além dele.
O Oh My ZSH🔗
Existe um projeto no github chamado "O Oh My ZSH" que contêm plugins e configurações para customizar o ZSH que aumentam ainda mais a usabilidade neste terminal. Outro detalhe legal é a possibilidade de alterar temas do terminal: exemplos.
Para ter uma ideia melhor de uma olhada nesse vídeo: http://vimeo.com/57123291 (em inglês)
Instalando ZSH 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.