NOTE:
$
indicates the following command should be done in command line.
Do not include the $
in your command.
-
iTerm2 - (unless you want to use default Terminal mac app)
-
Xcode Command Line Tools (also includes git)
$ xcode-select --install
- Homebrew - Package manager for macOS
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
zsh and oh-my-zsh - Alternative Bash (optional but I highly recommend)
$ brew install yarn --without-node