Includes my setup/config shenanigans for macOS. This repo contains my shell configuration with aliases and helper functions, git config, homebrew stuff, etc.
Run .bin/dotfiles
to create/update symlinks
Install all formulae listed in Brewfile
$ brew bundle
Output a list of any installed Homebrew formulae not listed in Brewfile:
$ brew bundle cleanup
Pass the --force option to this command to uninstall these formulae:
$ brew bundle cleanup --force