Because why spend 10 minutes if you can automate it in a couple of hours.
Needs zsh to be the default shell (default since macOS )
- Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install- Clone repo into new hidden directory.
git clone --recurse-submodules https://github.com/kapoko/dotfiles.git ~/.dotfiles- Install (warning: this will overwrite existing config files in the home folder with symlinks)
cd ~/.dotfiles
chmod +x bootstrap.sh
./bootstrap.sh