ZSH (oh-my-zsh)
Shell with useful framework oh-my-zsh to hasten your work in the terminal.
Installation
- Install zsh
brew install zsh zsh-completions
- Restart iTerm
- Check if zsh is used by default
echo $0
- If yes, jumpt to the next step, if not, set it as default
chsh -s /bin/zsh
- Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Customize
Modifiy your ~/.zshrc file to use
ZSH_THEME="agnoster"
Tips
If you don't want the username@hostname in front of each line (as me), just add to your ".zshrc"
USER=``