Ready-Up Boot!
A repository of machine onboarding scripts, config files, dotfiles, themes, etc.
- Update OSX default shell:
chsh -s /bin/zsh
- Install XCode CLI Toolkit:
xcode-select --install
- Install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Install Homebrew:
sh /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install Brewfile packages:
make brew_bundle
Examples and templates for various dotfiles
Handy reference guides