Skip to content

Instantly share code, notes, and snippets.

@steam
Forked from gvarela/.cook
Created August 3, 2011 15:09
Show Gist options
  • Save steam/1122862 to your computer and use it in GitHub Desktop.
Save steam/1122862 to your computer and use it in GitHub Desktop.
default developer image
{
"imagemagick": {"ghostscript": true},
"redis": {"launchd": true},
"rvm": {"rubies": ["1.9.2", "ree", "rbx"]},
"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"
]
}
#!/usr/bin/env bash
bash < <( curl https://raw.github.com/gvarela/home_cookin/master/install-homecookin )
curl https://raw.github.com/gist/720515/.cook > ~/.cook
sudo cook --verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment