xcode-select --install
xcodebuild -runFirstLaunch
sh -c "$(curl -fsLS https://chezmoi.io/get)" -- -b $HOME/.local/bin
./.local/bin/chezmoi init --apply https://github.com/benhinchley/dotfiles.git
echo "$(which fish)" | sudo tee -a /etc/shells
chsh -s $(which fish)
- Restart the machine (
sudo reboot
)