Last active
January 2, 2016 01:48
-
-
Save marclundgren/8232431 to your computer and use it in GitHub Desktop.
setup my computer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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