Skip to content

Instantly share code, notes, and snippets.

@pepebe
Created August 27, 2011 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pepebe/1175148 to your computer and use it in GitHub Desktop.
Save pepebe/1175148 to your computer and use it in GitHub Desktop.
Komodo: Download html5boilerplate and unzip it into projectdirectory/project/root
cd '%p'; mkdir project; cd '%p'/project; wget -O boilerplate.zip http://github.com/paulirish/html5-boilerplate/zipball/v2.0stripped; unzip boilerplate.zip; mv paul* root
cd '%p'; mkdir project; cd '%p'/project; wget -O boilerplate.zip http://github.com/paulirish/html5-boilerplate/zipball/v2.0stripped; unzip boilerplate.zip; mv paul* root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment