MacOS Catalina has changed the default terminal from Bash to ZSH. As a result, we'll be adding configs to ~/.zshrc
instead of ~/.bash_profile
like we used in the past.
You can manually change from Bash to ZSH anytime by running the following command:
chsh -s /bin/zsh
2. Install Homebrew
First, we need to install Homebrew. Homebrew allows us to install and compile software packages easily from source. Homebrew comes with a very simple install script. When it asks you to install XCode CommandLine Tools, say yes. Open Terminal and run the following command: