Skip to content

Instantly share code, notes, and snippets.

@tessalt
Last active December 19, 2015 01:39
Show Gist options
  • Select an option

  • Save tessalt/5877200 to your computer and use it in GitHub Desktop.

Select an option

Save tessalt/5877200 to your computer and use it in GitHub Desktop.
Setup dev machine
  • xcode
  • command line tools
  • iterm
  • homebrew ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
  • that gcc compiler thing brew install apple-gcc42 or some shit
  • git
  • PATH=/usr/local/git/bin:$PATH (use new git instead of xcode git)
  • git config, set up ssh keys (github, heroku, beanstalk)
  • oh-my-zsh curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
  • sublime
  • subl command ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
  • (replace dotfiles)
  • rvm
  • ruby
  • rails gem install rails
  • install npm
  • MAMP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment