Created
August 6, 2012 19:21
-
-
Save codespore/3277746 to your computer and use it in GitHub Desktop.
Development Environment Setup
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
| 1) Setup Homebrew: | |
| ruby <(curl -fsSk https://raw.github.com/mxcl/homebrew/go) | |
| 2) Make sure Xcode Command Line Tools Package is installed: | |
| https://developer.apple.com/downloads/index.action | |
| 3) brew install wget | |
| 4) brew install git | |
| 5) wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh | |
| Make sure to restart terminal |
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
| 1) Setup Homebrew: | |
| ruby <(curl -fsSk https://raw.github.com/mxcl/homebrew/go) | |
| 2) Make sure Xcode Command Line Tools Package is installed: | |
| https://developer.apple.com/downloads/index.action | |
| 3) brew install wget | |
| 4) brew install git | |
| 5) wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh | |
| Make sure to restart terminal |
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
| 1) http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/ | |
| 2) https://gist.github.com/1960888 | |
| 3) http://wiki.postgresql.org/wiki/FAQ#How_do_I_SELECT_only_the_first_few_rows_of_a_query.3F_A_random_row.3F |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment