Modern dotfiles setup for macOS using automated symlinks and package management.
For a new Mac, run these two commands and you're done:
git clone https://github.com/jairojair/dotfiles.git .
make setup
make installThat's it! Your development environment is ready. 🎉
make setup- Install Homebrew and all packages from Brewfilemake install- Create symlinks for configurations
MIT