This repo automates the setup for my mac. Inspired by: https://github.com/mathiasbynens/dotfiles/
- Clone this repo locally
- Rename .extra.example to .extra and fill-in fields
- Install Homebrew (http://brew.sh)
- Run ./brew.sh to install brew packages
- Run ./dotfiles.sh to copy dotfiles to ~/
- Run ./macos.sh to set macOS defaults
- Install Xcode and Xcode command-line tools (xcode-select --install). Otherwise, projects using nokogiri gem will throw error related to libxml2
- Restart terminal to ensure changes take effect
TODO:
- Switch brew.sh to Brewfile