Skip to content

Instantly share code, notes, and snippets.

@marclundgren
Last active January 2, 2016 01:48
Show Gist options
  • Save marclundgren/8232431 to your computer and use it in GitHub Desktop.
Save marclundgren/8232431 to your computer and use it in GitHub Desktop.
setup my computer
# Download Apps
# Chrome, Sublime Text, Adium, iTerm2, Disk Inventory X
# install Xcode ... manually..
# then get Command Line Tools https://developer.apple.com/downloads/index.action
# oh my zsh
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
# node
# npm
curl -O https://gist.github.com/marclundgren/8232056/raw/node-and-npm-in-30-seconds.sh && sh node-and-npm-in-30-seconds.sh && rm node-and-npm-in-30-seconds.sh
# git http://git-scm.com/download/mac
# generate ssh key https://help.github.com/articles/generating-ssh-keys
# ruby
# rvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment