These shell scripts install my most commonly used packages and apply my dotfiles.
To use, first make sure you have an up-to-date system with Apple's developer tools installed:
$ sudo softwareupdate -i -a
$ xcode-select --install
You may need to restart your computer after executing the commands above. After they're done:
- Install Homebrew
- Install Git (
brew install git
) - Clone this repository
cd
to the.dotfiles
directory created by cloning this repositorysh install-osx.sh
sh setup.sh
Enjoy my setup!