Skip to content

Instantly share code, notes, and snippets.

@jayzes
Created July 6, 2011 17:14
Show Gist options
  • Save jayzes/1067790 to your computer and use it in GitHub Desktop.
Save jayzes/1067790 to your computer and use it in GitHub Desktop.
Cookfile
{
"imagemagick": {"ghostscript": true},
"redis": {"launchd": true},
"rvm": {"rubies": ["1.9.2", "ree", "rbx"]},
"basic_brew": {
"formulae": [
"android-sdk",
"wget" ] },
"cookbooks": ["https://github.com/gvarela/osx-cookbooks/tarball/master", "https://github.com/gvarela/osx-cookbooks-ext/tarball/master"],
"recipes": [
"homebrew",
"git",
"rvm",
"node",
"mysql",
"redis",
"memcached",
"imagemagick",
"bashenv",
"macvim",
"sequel_pro",
"charles",
"gitconfig",
"google_chrome",
"http_client",
"s3hub",
"sphinx",
"xscope",
"textmate",
"transmit",
"firefox",
"divvy",
"mongodb",
"dropbox_client",
"adium",
"pandorajam",
"propane",
"colloquy",
"carbon_copy_cloner",
"transmission",
"skype",
"google_earth"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment