Install zsh + oh-my-zsh (+ thème agnoster)
// On installe zsh
sudo apt-get install zsh
# On le lance quand on lance le terminal
nano ~/.bashrc
# rajouter à la fin:
zsh
# On install oh-my-zsh dessus
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# On change le theme
nano ~/.zshrc
# Changer la ligne pour:
ZSH_THEME="agnoster"
# Installer la custom font pour le theme:
# clone
git clone https://github.com/powerline/fonts.git
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
# Changer dans le terminal la font (Éditer > Préférences > Apparence > Police
# et en choisir une indiquée comme "for Powerline Book"