brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Different themes can be found here
Plugins:
plugins=(git)
plugins=(git bundler macos rake ruby)
For a truly glorious experience, try powerlevel10k.
-- Thanks Susie!