Catalina
Call it The GCDLADB if you like.
Installing ZSH in Catalina 1 min read Feb 12, 2020
These days I like to do all my terminal/command-line work in zsh, more specifically, with Oh My ZSH! and the bira theme. This previous post described the process I used on each of my Linux servers, and this post is similar, but written specifically for my Catalina (Macintosh OS X v10.15.x), workstations. This is how I installed and configured zsh, and some other goodies, on my student Mac Mini workstation, MA6879… brew update brew install nano zsh chsh -s /bin/zsh mark exit # log back in after this echo $SHELL brew install wget git hugo docker # Docker and Hugo added just for good measure wget https://github. ...