Skip to content

Instantly share code, notes, and snippets.

@geetarista
Created February 16, 2012 23:30
Show Gist options
  • Save geetarista/1848751 to your computer and use it in GitHub Desktop.
Save geetarista/1848751 to your computer and use it in GitHub Desktop.
Settings for chef recipes
{
"imagemagick": { "ghostscript": true },
"npm": {
"packages": [
"batman",
"chai",
"changelog",
"coffee-script",
"colors",
"ctags",
"docco",
"express",
"flatiron",
"formidable",
"gfms",
"hamljs",
"heckle",
"html2jade",
"jade",
"jake",
"jitsu",
"js2coffee",
"jshint",
"mocha",
"mongodb",
"mongoose",
"n",
"riak-js",
"sass",
"supervisor",
"underscore",
"vows"
]
},
"python": {
"packages": [
"Flask",
"pygments"
]
},
"redis": { "launchd": true },
"rbenv": { "rubies": ["1.9.3"]},
"cookbooks": [
"https://github.com/geetarista/osx-cookbooks/tarball/master"
],
"recipes": [
"homebrew",
"git",
"rvm",
"node",
"redis",
"imagemagick",
"macvim"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment