Skip to content

Instantly share code, notes, and snippets.

@JonathanAnderson
Created October 27, 2013 19:42
Show Gist options
  • Save JonathanAnderson/7187007 to your computer and use it in GitHub Desktop.
Save JonathanAnderson/7187007 to your computer and use it in GitHub Desktop.
Scientific Computing Setup - OS X Mavericks‎
1. XCode
2. Sizeup (http://www.irradiatedsoftware.com/sizeup/)
3. Download iTerm2 (http://www.iterm2.com)
4. Setup SSH: ssh-keygen
5. Install ssh-copy-id
```sh
sudo curl "hg.mindrot.org/openssh/raw-file/c746d1a70cfa/contrib/ssh-copy-id" -o /usr/bin/ssh-copy-id
sudo chmod +x /usr/bin/ssh-copy-id
```
6. Install homebrew `ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"`
7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment