My macOS configuration files.
- Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"- Install requirements:
brew install git stow go-task-
Clone the repo.
-
Initialize submodules:
task git:submodules:update- Stow dotfiles:
task stow:stow- Install everything:
task brew:bundle:install