Skip to content

Instantly share code, notes, and snippets.

@mtitolo
Last active December 11, 2015 02:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtitolo/4534342 to your computer and use it in GitHub Desktop.
Save mtitolo/4534342 to your computer and use it in GitHub Desktop.
How to get instaweb running on OSX and opening in Chrome. Run these commands!
$ brew install lighttpd
$ git config --global instaweb.browser ch
$ git config --global browser.ch.cmd "open -a \"/Applications/Google Chrome.app\""
@cczona
Copy link

cczona commented Jan 15, 2013

Thanks for documenting this.

More info on git config *.cmd settings:
http://git-scm.com/book/en/Customizing-Git-Git-Configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment