Skip to content

Instantly share code, notes, and snippets.

@yerffejytnac
Created January 13, 2014 06:11
Show Gist options
  • Save yerffejytnac/8395449 to your computer and use it in GitHub Desktop.
Save yerffejytnac/8395449 to your computer and use it in GitHub Desktop.
Clean installation TODOs for Mavericks 10.9.1
Install command-line tools
xcode-select --install
Install homebrew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew doctor
brew tap homebrew/dupes
brew install apple-gcc42 autoconf pkg-config git qt
Install oh-my-Zsh
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
Install rbenv
curl https://raw.github.com/fesplugas/rbenv-installer/master/bin/rbenv-installer | zsh
echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.zshrc
Compile Ruby
CFLAGS=-O3 rbenv install 2.0.0-p353
rbenv global 2.0.0-p353
ruby -v
gem regenerate_binstubs
Maintaining environment
rbenv update
brew update
brew upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment