All the following commands are to be run using the Terminal app in MacOS
- Install Xcode CLI tools
xcode-select --install
- Install Home-brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Turn off MacOS quarantine and Homebrew analytics
sudo defaults write com.apple.LaunchServices LSQuarantine -bool NO brew analytics off
- Install Google Chrome and Firefox
brew install google-chrome firefox
- Install useful Mac applications
brew install 1password spectacle sublime-text
To setup Mac for development, refer to "developer" setup guide