Zsh Making Shells Fun
ZSH is a great looking shell that integrates with Git, Docker and other tools using plugins.
Installing ZSH in Ubuntu or Linux Mint
Install ZSH by running the following in your terminal
sudo apt update
sudo apt install zsh
Check ZSH by running zsh --version and checking that a version is shown.
Installing ZSH on Mac
Install Homebrew, then install iTerm2, which allows for further customisation.
brew cask install iterm2