Skip to content

Instantly share code, notes, and snippets.

@codespore
Created August 6, 2012 19:21
Show Gist options
  • Select an option

  • Save codespore/3277746 to your computer and use it in GitHub Desktop.

Select an option

Save codespore/3277746 to your computer and use it in GitHub Desktop.
Development Environment Setup
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
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
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