Skip to content

Instantly share code, notes, and snippets.

@blahah
Last active August 29, 2015 14:05
Show Gist options
  • Save blahah/e563e56d18f27c650c41 to your computer and use it in GitHub Desktop.
Save blahah/e563e56d18f27c650c41 to your computer and use it in GitHub Desktop.
OSX dev setup (wip)
# Ask for the administrator password upfront
sudo -v
# homebrew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew doctor
# Ruby Version Manager & latest Ruby
\curl -sSL https://get.rvm.io | bash -s stable --ruby
source ~/.rvm/scripts/rvm
# Node Version Manager & latest Node.js
curl https://raw.githubusercontent.com/creationix/nvm/v0.13.1/install.sh | bash
# C/C++ development stuff
brew tap homebrew/versions
brew install gcc49
brew install emacs
@gawbul
Copy link

gawbul commented Jan 7, 2015

s/emacs/vim/; 👅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment