Skip to content

Instantly share code, notes, and snippets.

@matthieua
Created June 8, 2012 01:17
Show Gist options
  • Save matthieua/2892828 to your computer and use it in GitHub Desktop.
Save matthieua/2892828 to your computer and use it in GitHub Desktop.
Dev Environment: Cheatsheet
# Dev environment: cheatcheat
# POW
## Install POW
curl get.pow.cx | sh
## Rbenv
## In ~/.powconfig
PATH="/Users/matthieuaussaguel/.rbenv/shims:/Users/matthieuaussaguel/.rbenv/bin:$PATH"
## Aliases
cd ~/.pow
ln -s path/to/project projectname
## Urls
<projectname>.dev
http://<projectname>.<LAN IP ADDRESS>.xip.io/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment