Set up a MacOS computer with Make
The installation will set up:
- XCode by prompting the installation from the Mac Store (and then accepting the license)
- Installing Homebrew manager
- Installing Homebrew packages specified in the Brewfile
- Performing any customizations (see customize.mk)
- Installing rvm
git clone https://github.com/lisa/mac-setup.git
cd mac-setup
make DOTFILE_PW="passphrase to decrypt or a file ref" all
make clean
make install-brewfile
- Improve docs
- Checkout dotfiles to a temporary directory