Simple guide to automating configuration of your new mac. Because automation is more fun.
Tips borrowed heavily from [here] (http://lapwinglabs.com/blog/hacker-guide-to-setting-up-your-mac)
Open a Terminal window and make sure you have the xCode CLI installed: xcode-select --install
Copy the .sh
files from this repo to your root user folder.
In the Terminal window run the macconfig script: $ bash macconfig.sh
This installs Homebrew to your system
In the Terminal window run the nixconfig script: $ bash nixconfig.sh
At this point, you need to update your path so that your machine accesses these packages. Paste this snippet into your Terminal: export PATH=$(brew --prefix coreutils)/libexec/gnubin:$PATH
Now you are ready to dowload and install all the apps that make your mac hum: caskconfig.sh
That's it! Enjoy!