macOS Workstation

Host Configuration

Set the Computer Name in the macOS Sharing Preference Pane.

Homebrew

sudo mkdir /opt/homebrew
sudo chown `whoami` /opt/homebrew
git clone https://github.com/Homebrew/brew.git /opt/homebrew

Install Homebrew packages (this will take a while):

brew tap Homebrew/bundle

cd ~/.dotfiles
brew bundle

Common workstation setup

Follow common workstation setup