Mac config and setup steps.
Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
This will also install command line tools
Clone dotfiles to home directory
git clone https://github.com/simonsmith/dotfiles.git
Run install script from dotfiles directory:
cd dotfiles
./install.sh
Set macOS defaults:
./scripts/macos.sh
- Add private dotfiles to home directory (
.extraand.gitconfig.local).