Skip to content

Instantly share code, notes, and snippets.

@davidpfahler
davidpfahler / hack.sh
Created April 1, 2012 13:45 — forked from boennemann/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2275387/hack.sh | sh
#
@davidpfahler
davidpfahler / Grunt Coffee Task
Created February 13, 2012 21:20
A grunt task that compiles coffee-script to js
/*
* Grunt Task File
* ---------------
*
* Task: coffee
* Description: Compile coffee files to js
* Dependencies: coffee-script
*
*/