ZSH#
Installation#
Debian#
$ sudo apt-get install zsh
RedHat#
$ sudo dnf install zsh
Oh My Zsh#
Installation#
$ git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
$ cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
Configuration#
Changement du shell par défaut de l’utilisateur courant#
$ chsh -s "$(which zsh)"
Changement du théme par défaut de Oh My Zsh#
$ sed -i 's/ZSH_THEME=.*/ZSH_THEME="candy"/' ~/.zshrc