Simple dotfiles setup for new machines.
Everything in the Brewfile
# Clone dotfiles
git clone [email protected]:guarani/dotfiles.git ~/.dotfiles
# Complete setup
cd ~/.dotfiles
make setup
# Install packages only
make install
# Remove packages not in Brewfile
make clean
# Force remove + reinstall everything
make reset
# Force remove everything in the Brewfile
make nuke
That's it!