Skip to content

Instantly share code, notes, and snippets.

@brianboyer
Created January 29, 2012 02:21
Show Gist options
  • Save brianboyer/1696819 to your computer and use it in GitHub Desktop.
Save brianboyer/1696819 to your computer and use it in GitHub Desktop.

Revisions

  1. brianboyer revised this gist Jul 26, 2012. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -49,6 +49,15 @@ Build mapnik
    brew install mapnik
    ```

    ### And of course, you must have virtualenv
    Get pip, if you haven't already, then vitrualenv. And then virtualenvwrapper (http://virtualenvwrapper.readthedocs.org/) cuz its awesome. (Adding the setup to the end of my .zshrc, use .bash_profile or whatever if you like.)
    ```
    sudo easy_install pip
    sudo pip install virtualenv
    sudo pip install virtualenvwrapper
    echo 'source /usr/local/bin/virtualenvwrapper.sh' >> ~/.zshrc
    ```

    ### Doing ruby?

    Get rbenv (https://github.com/sstephenson/rbenv).
  2. brianboyer revised this gist Jul 23, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -38,9 +38,11 @@ brew install postgis

    Tap the homebrew/science repo and build QGIS
    ```
    brew install libspatialite
    brew tap homebrew/science
    brew install qgis --with-grass --with-postgis
    ```
    Follow the instructions to make it a pretty bundle...

    Build mapnik
    ```
  3. brianboyer revised this gist Jul 23, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -3,10 +3,10 @@
    * Swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys
    * Google Chrome http://www.google.com/chrome/
    * iTerm2 http://www.iterm2.com/
    * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/
    * XCode (from the mac app store)
    * XCode command line tools (run XCode, go to Preferences -> Downloads -> Command Line Tools)
    * Homebrew https://github.com/mxcl/homebrew/wiki/installation
    * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/

    ### Fire up your database

    @@ -72,4 +72,4 @@ rbenv install 1.9.3-p194
    * CrashPlan http://www.crashplan.com/
    * Divvy http://mizage.com/
    * BusySync http://www.busymac.com/busysync/ (Not necessary for dev, but necessary for keeping Google Calendar and Exchange in sync.)
    * Skype (direct download link) http://www.skype.com/intl/en-us/get-skype/on-your-computer/macosx/post-download/
    * Skype (direct download link) http://www.skype.com/intl/en-us/get-skype/on-your-computer/macosx/post-download/
  4. brianboyer revised this gist Jul 23, 2012. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    ## First things first...
    ### First things first...

    * Swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys
    * Google Chrome http://www.google.com/chrome/
    @@ -8,7 +8,7 @@
    * Homebrew https://github.com/mxcl/homebrew/wiki/installation
    * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/

    ## Fire up your database
    ### Fire up your database

    * Edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win

    @@ -34,7 +34,7 @@ brew install postgis
    ```
    (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions)

    ## Higher-level GIS tools
    ### Higher-level GIS tools

    Tap the homebrew/science repo and build QGIS
    ```
    @@ -47,7 +47,7 @@ Build mapnik
    brew install mapnik
    ```

    ## Doing ruby?
    ### Doing ruby?

    Get rbenv (https://github.com/sstephenson/rbenv).

    @@ -64,7 +64,7 @@ rbenv install
    rbenv install 1.9.3-p194
    ```

    ## Other tools I love
    ### Other tools I love
    * TileMill http://mapbox.com/tilemill/
    * macvim (Trying vim. We'll see how this goes.) http://code.google.com/p/macvim/
    * iStat Menus http://bjango.com/mac/istatmenus/
  5. brianboyer revised this gist Jul 23, 2012. 1 changed file with 10 additions and 4 deletions.
    14 changes: 10 additions & 4 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    First things first...
    ## First things first...

    * Swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys
    * Google Chrome http://www.google.com/chrome/
    @@ -8,6 +8,8 @@ First things first...
    * Homebrew https://github.com/mxcl/homebrew/wiki/installation
    * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/

    ## Fire up your database

    * Edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win

    Install postgres and init the db
    @@ -32,6 +34,8 @@ brew install postgis
    ```
    (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions)

    ## Higher-level GIS tools

    Tap the homebrew/science repo and build QGIS
    ```
    brew tap homebrew/science
    @@ -43,9 +47,11 @@ Build mapnik
    brew install mapnik
    ```

    Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv).
    Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you're normal.
    ## Doing ruby?

    Get rbenv (https://github.com/sstephenson/rbenv).

    Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you're normal.
    ```
    brew install rbenv
    brew install ruby-build
    @@ -58,7 +64,7 @@ rbenv install
    rbenv install 1.9.3-p194
    ```

    Other tools I love
    ## Other tools I love
    * TileMill http://mapbox.com/tilemill/
    * macvim (Trying vim. We'll see how this goes.) http://code.google.com/p/macvim/
    * iStat Menus http://bjango.com/mac/istatmenus/
  6. brianboyer revised this gist Jul 23, 2012. 1 changed file with 14 additions and 14 deletions.
    28 changes: 14 additions & 14 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,8 @@
    First things first... swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys
    First things first...

    * Swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys
    * Google Chrome http://www.google.com/chrome/
    * iTerm2 http://www.iterm2.com/
    * XCode (from the mac app store)
    * XCode command line tools (run XCode, go to Preferences -> Downloads -> Command Line Tools)
    * Homebrew https://github.com/mxcl/homebrew/wiki/installation
    @@ -40,18 +43,6 @@ Build mapnik
    brew install mapnik
    ```

    * QGIS http://www.kyngchaos.com/software/qgis
    * TileMill http://mapbox.com/tilemill/
    * iTerm2 http://www.iterm2.com/
    * macvim (Trying vim. We'll see how this goes.) http://code.google.com/p/macvim/
    * Google Chrome http://www.google.com/chrome/
    * iStat Menus http://bjango.com/mac/istatmenus/
    * The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver
    * CrashPlan http://www.crashplan.com/
    * Divvy http://mizage.com/
    * BusySync http://www.busymac.com/busysync/ (Not necessary for dev, but necessary for keeping Google Calendar and Exchange in sync.)
    * Skype (direct download link) http://www.skype.com/intl/en-us/get-skype/on-your-computer/macosx/post-download/

    Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv).
    Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you're normal.

    @@ -65,5 +56,14 @@ You'll want to open a new shell to get that stuff we just put on your path. Here
    ```
    rbenv install
    rbenv install 1.9.3-p194
    ```

    ```
    Other tools I love
    * TileMill http://mapbox.com/tilemill/
    * macvim (Trying vim. We'll see how this goes.) http://code.google.com/p/macvim/
    * iStat Menus http://bjango.com/mac/istatmenus/
    * The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver
    * CrashPlan http://www.crashplan.com/
    * Divvy http://mizage.com/
    * BusySync http://www.busymac.com/busysync/ (Not necessary for dev, but necessary for keeping Google Calendar and Exchange in sync.)
    * Skype (direct download link) http://www.skype.com/intl/en-us/get-skype/on-your-computer/macosx/post-download/
  7. brianboyer revised this gist Jul 23, 2012. 1 changed file with 3 additions and 5 deletions.
    8 changes: 3 additions & 5 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@ brew install postgres
    initdb /usr/local/var/postgres
    ```

    Add aliases to your shell for spinning postgres up/down (and while we're at it, put brew's python packages on the path and tell zsh not to autocorrect a couple things)
    Add aliases to your shell for spinning postgres up/down (and while we're at it, put brew's python packages on the path so we can run mapnik later and tell zsh not to autocorrect a couple things)
    ```
    alias postgresup='pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start'
    alias postgresdown='pg_ctl -D /usr/local/var/postgres stop -s -m fast'
    @@ -27,20 +27,18 @@ Okay, now install the GIS fun after postgres is happy
    brew install gdal --with-postgres
    brew install postgis
    ```
    (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions)

    Tap the homebrew/science repo and build QGIS
    ```
    brew tap homebrew/science
    brew install qgis --with-grass --with-postgis
    ```

    (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions)

    Build mapnik
    ```
    brew install mapnik
    ```
    don't forget to update your pythonpath so you can import mapnik. add to your .bash_profile:
    export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH

    * QGIS http://www.kyngchaos.com/software/qgis
    * TileMill http://mapbox.com/tilemill/
  8. brianboyer revised this gist Jul 23, 2012. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -28,6 +28,12 @@ brew install gdal --with-postgres
    brew install postgis
    ```

    Tap the homebrew/science repo and build QGIS
    ```
    brew tap homebrew/science
    brew install qgis --with-grass --with-postgis
    ```

    (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions)

    ```
  9. brianboyer revised this gist Jul 23, 2012. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -5,10 +5,12 @@ First things first... swap Control and Caps Lock in System Preferences -> Keyboa
    * Homebrew https://github.com/mxcl/homebrew/wiki/installation
    * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/

    edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win
    * Edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win

    Install postgres and init the db
    ```
    brew install postgres
    initdb /usr/local/var/postgres
    ```

    Add aliases to your shell for spinning postgres up/down (and while we're at it, put brew's python packages on the path and tell zsh not to autocorrect a couple things)
  10. brianboyer revised this gist Jul 23, 2012. 1 changed file with 6 additions and 3 deletions.
    9 changes: 6 additions & 3 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -11,13 +11,16 @@ edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win
    brew install postgres
    ```

    add aliases to your shell for spinning postgres up/down

    Add aliases to your shell for spinning postgres up/down (and while we're at it, put brew's python packages on the path and tell zsh not to autocorrect a couple things)
    ```
    alias postgresup='pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start'
    alias postgresdown='pg_ctl -D /usr/local/var/postgres stop -s -m fast'
    export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
    alias mvim='nocorrect mvim'
    alias rbenv='nocorrect rbenv'
    ```

    Okay, now install the GIS fun after postgres is happy

    ```
    brew install gdal --with-postgres
    brew install postgis
  11. brianboyer revised this gist Jul 23, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@ First things first... swap Control and Caps Lock in System Preferences -> Keyboa
    * XCode (from the mac app store)
    * XCode command line tools (run XCode, go to Preferences -> Downloads -> Command Line Tools)
    * Homebrew https://github.com/mxcl/homebrew/wiki/installation
    * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/

    edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win

    @@ -33,7 +34,6 @@ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
    * QGIS http://www.kyngchaos.com/software/qgis
    * TileMill http://mapbox.com/tilemill/
    * iTerm2 http://www.iterm2.com/
    * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/
    * macvim (Trying vim. We'll see how this goes.) http://code.google.com/p/macvim/
    * Google Chrome http://www.google.com/chrome/
    * iStat Menus http://bjango.com/mac/istatmenus/
  12. brianboyer revised this gist Jul 23, 2012. 1 changed file with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,16 @@ edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win

    ```
    brew install postgres
    ```

    add aliases to your shell for spinning postgres up/down

    ```
    ```

    Okay, now install the GIS fun after postgres is happy

    ```
    brew install gdal --with-postgres
    brew install postgis
    ```
  13. brianboyer revised this gist Jul 23, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -31,6 +31,7 @@ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
    * CrashPlan http://www.crashplan.com/
    * Divvy http://mizage.com/
    * BusySync http://www.busymac.com/busysync/ (Not necessary for dev, but necessary for keeping Google Calendar and Exchange in sync.)
    * Skype (direct download link) http://www.skype.com/intl/en-us/get-skype/on-your-computer/macosx/post-download/

    Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv).
    Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you're normal.
  14. brianboyer revised this gist Jul 23, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    First things first... swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys

    * XCode (from the mac app store)
    * XCode command line tools (run XCode, go to preferences, add the package)
    * XCode command line tools (run XCode, go to Preferences -> Downloads -> Command Line Tools)
    * Homebrew https://github.com/mxcl/homebrew/wiki/installation

    edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win
  15. brianboyer revised this gist Jul 23, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -30,6 +30,7 @@ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
    * The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver
    * CrashPlan http://www.crashplan.com/
    * Divvy http://mizage.com/
    * BusySync http://www.busymac.com/busysync/ (Not necessary for dev, but necessary for keeping Google Calendar and Exchange in sync.)

    Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv).
    Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you're normal.
  16. brianboyer revised this gist Jul 23, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    First things first... swap Control and Caps Lock.
    First things first... swap Control and Caps Lock in System Preferences -> Keyboard -> Modifier Keys

    * XCode (from the mac app store)
    * XCode command line tools (run XCode, go to preferences, add the package)
  17. brianboyer revised this gist Jul 23, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    First things first... swap Control and Caps Lock.

    * XCode (from the mac app store)
    * XCode command line tools (run XCode, go to preferences, add the package)
    * Homebrew https://github.com/mxcl/homebrew/wiki/installation
  18. brianboyer revised this gist Jul 16, 2012. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -35,5 +35,12 @@ Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you'r
    ```
    brew install rbenv
    brew install ruby-build
    echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc
    echo 'eval "$(rbenv init -)"' >> ~/.zshrc
    ```
    You'll want to open a new shell to get that stuff we just put on your path. Here's how you see what fancy new ruby versions you can install, and how to get one w/ rbenv:
    ```
    rbenv install
    rbenv install 1.9.3-p194
    ```
  19. brianboyer revised this gist Jul 16, 2012. 1 changed file with 10 additions and 1 deletion.
    11 changes: 10 additions & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -27,4 +27,13 @@ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
    * iStat Menus http://bjango.com/mac/istatmenus/
    * The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver
    * CrashPlan http://www.crashplan.com/
    * Divvy http://mizage.com/
    * Divvy http://mizage.com/

    Doing ruby? Get rbenv (https://github.com/sstephenson/rbenv).
    Note, I'm modifying my .zshrc cuz I do zsh. You'd do your .bash_profile if you're normal.

    ```
    brew install rbenv
    brew install ruby-build
    echo 'eval "$(rbenv init -)"' >> ~/.zshrc
    ```
  20. brianboyer revised this gist Jul 13, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -20,9 +20,9 @@ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH

    * QGIS http://www.kyngchaos.com/software/qgis
    * TileMill http://mapbox.com/tilemill/
    * TextMate 2 http://blog.macromates.com/2011/textmate-2-0-alpha/
    * iTerm2 http://www.iterm2.com/
    * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/
    * macvim (Trying vim. We'll see how this goes.) http://code.google.com/p/macvim/
    * Google Chrome http://www.google.com/chrome/
    * iStat Menus http://bjango.com/mac/istatmenus/
    * The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver
  21. brianboyer revised this gist Jul 13, 2012. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,6 @@
    XCode (from the mac app store)
    XCode command line tools (run XCode, go to preferences, add the package)

    Homebrew (https://github.com/mxcl/homebrew/wiki/installation)
    * XCode (from the mac app store)
    * XCode command line tools (run XCode, go to preferences, add the package)
    * Homebrew https://github.com/mxcl/homebrew/wiki/installation

    edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win

  22. brianboyer revised this gist Jul 13, 2012. 1 changed file with 10 additions and 11 deletions.
    21 changes: 10 additions & 11 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -19,14 +19,13 @@ brew install mapnik
    don't forget to update your pythonpath so you can import mapnik. add to your .bash_profile:
    export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH

    QGIS http://www.kyngchaos.com/software/qgis
    TileMill http://mapbox.com/tilemill/
    TextMate 2 http://blog.macromates.com/2011/textmate-2-0-alpha/
    iTerm2 http://www.iterm2.com/
    Oh my zsh https://github.com/robbyrussell/oh-my-zsh/

    Google Chrome http://www.google.com/chrome/
    iStat Menus http://bjango.com/mac/istatmenus/
    The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver
    CrashPlan http://www.crashplan.com/
    Divvy http://mizage.com/
    * QGIS http://www.kyngchaos.com/software/qgis
    * TileMill http://mapbox.com/tilemill/
    * TextMate 2 http://blog.macromates.com/2011/textmate-2-0-alpha/
    * iTerm2 http://www.iterm2.com/
    * Oh my zsh https://github.com/robbyrussell/oh-my-zsh/
    * Google Chrome http://www.google.com/chrome/
    * iStat Menus http://bjango.com/mac/istatmenus/
    * The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver
    * CrashPlan http://www.crashplan.com/
    * Divvy http://mizage.com/
  23. brianboyer renamed this gist Jul 13, 2012. 1 changed file with 14 additions and 8 deletions.
    22 changes: 14 additions & 8 deletions gistfile1.txt → gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -5,22 +5,28 @@ Homebrew (https://github.com/mxcl/homebrew/wiki/installation)

    edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win

    ```
    brew install postgres
    brew install gdal --with-postgres
    brew install postgis
    ```

    (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions)

    ```
    brew install mapnik
    ```
    don't forget to update your pythonpath so you can import mapnik. add to your .bash_profile:
    export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH

    QGIS (http://www.kyngchaos.com/software/qgis)
    TileMill (http://mapbox.com/tilemill/)
    TextMate 2 (http://blog.macromates.com/2011/textmate-2-0-alpha/)
    QGIS http://www.kyngchaos.com/software/qgis
    TileMill http://mapbox.com/tilemill/
    TextMate 2 http://blog.macromates.com/2011/textmate-2-0-alpha/
    iTerm2 http://www.iterm2.com/
    Oh my zsh https://github.com/robbyrussell/oh-my-zsh/

    Google Chrome (http://www.google.com/chrome/)
    iStat Menus (http://bjango.com/mac/istatmenus/)
    The Unarchiver (http://wakaba.c3.cx/s/apps/unarchiver)
    CrashPlan (http://www.crashplan.com/)
    Divvy (http://mizage.com/)
    Google Chrome http://www.google.com/chrome/
    iStat Menus http://bjango.com/mac/istatmenus/
    The Unarchiver http://wakaba.c3.cx/s/apps/unarchiver
    CrashPlan http://www.crashplan.com/
    Divvy http://mizage.com/
  24. brianboyer revised this gist Jul 12, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -23,4 +23,4 @@ Google Chrome (http://www.google.com/chrome/)
    iStat Menus (http://bjango.com/mac/istatmenus/)
    The Unarchiver (http://wakaba.c3.cx/s/apps/unarchiver)
    CrashPlan (http://www.crashplan.com/)
    Divvy (http://mizage.com/)\
    Divvy (http://mizage.com/)
  25. brianboyer revised this gist Jul 12, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,8 @@ brew install postgres
    brew install gdal --with-postgres
    brew install postgis

    (creating geo databases got easier, no need to install the templates, see http://postgis.refractions.net/documentation/manual-2.0/postgis_installation.html#create_new_db_extensions)

    brew install mapnik
    don't forget to update your pythonpath so you can import mapnik. add to your .bash_profile:
    export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
  26. brianboyer revised this gist Jul 12, 2012. 1 changed file with 9 additions and 11 deletions.
    20 changes: 9 additions & 11 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,19 +1,17 @@
    XCode (from the mac app store)
    XCode command line tools (run XCode, go to preferences, add the package)

    Homebrew (https://github.com/mxcl/homebrew/wiki/installation)

    edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win

    brew install postgres
    brew install gdal --with-postgres (EDIT THE FORMULA FIRST, see https://github.com/mxcl/homebrew/issues/8301)
    brew install gdal --with-postgres
    brew install postgis
    edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win
    PostGIS templates (based on https://wiki.archlinux.org/index.php/PostGIS)
    createdb template_postgis -E UTF8
    createlang plpgsql template_postgis
    psql -d template_postgis -f /usr/local/share/postgis/postgis.sql
    psql -d template_postgis -f /usr/local/share/postgis/spatial_ref_sys.sql
    psql -c "UPDATE pg_database SET datistemplate = TRUE WHERE datname = 'template_postgis';"
    psql -d postgres -c "UPDATE pg_database SET datistemplate = TRUE WHERE datname = 'template_postgis';"

    chown $USER -R /Library/Python (https://github.com/mxcl/homebrew/pull/8177)
    brew install mapnik
    don't forget to update your pythonpath so you can import mapnik. add to your .bash_profile:
    export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH

    QGIS (http://www.kyngchaos.com/software/qgis)
    TileMill (http://mapbox.com/tilemill/)
    @@ -23,4 +21,4 @@ Google Chrome (http://www.google.com/chrome/)
    iStat Menus (http://bjango.com/mac/istatmenus/)
    The Unarchiver (http://wakaba.c3.cx/s/apps/unarchiver)
    CrashPlan (http://www.crashplan.com/)
    Divvy (http://mizage.com/)\
    Divvy (http://mizage.com/)\
  27. brianboyer created this gist Jan 29, 2012.
    26 changes: 26 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    Homebrew (https://github.com/mxcl/homebrew/wiki/installation)

    brew install postgres
    brew install gdal --with-postgres (EDIT THE FORMULA FIRST, see https://github.com/mxcl/homebrew/issues/8301)
    brew install postgis
    edit /etc/paths to put /usr/local/bin on top, so that lion's psql doesnt win
    PostGIS templates (based on https://wiki.archlinux.org/index.php/PostGIS)
    createdb template_postgis -E UTF8
    createlang plpgsql template_postgis
    psql -d template_postgis -f /usr/local/share/postgis/postgis.sql
    psql -d template_postgis -f /usr/local/share/postgis/spatial_ref_sys.sql
    psql -c "UPDATE pg_database SET datistemplate = TRUE WHERE datname = 'template_postgis';"
    psql -d postgres -c "UPDATE pg_database SET datistemplate = TRUE WHERE datname = 'template_postgis';"

    chown $USER -R /Library/Python (https://github.com/mxcl/homebrew/pull/8177)
    brew install mapnik

    QGIS (http://www.kyngchaos.com/software/qgis)
    TileMill (http://mapbox.com/tilemill/)
    TextMate 2 (http://blog.macromates.com/2011/textmate-2-0-alpha/)

    Google Chrome (http://www.google.com/chrome/)
    iStat Menus (http://bjango.com/mac/istatmenus/)
    The Unarchiver (http://wakaba.c3.cx/s/apps/unarchiver)
    CrashPlan (http://www.crashplan.com/)
    Divvy (http://mizage.com/)\