Skip to content

Instantly share code, notes, and snippets.

@steam
Created April 5, 2011 04:22
Show Gist options
  • Save steam/903030 to your computer and use it in GitHub Desktop.
Save steam/903030 to your computer and use it in GitHub Desktop.
{
"imagemagick": {"ghostscript": true},
"cookbooks": ["https://github.com/gvarela/osx-cookbooks/tarball/master", "https://github.com/gvarela/osx-cookbooks-ext/tarball/master"],
"recipes": [
"homebrew",
"git",
"redis",
"memcached",
"imagemagick",
"bashenv",
"textmate",
"ruby_mine",
"xscope",
"sequel_pro"
]
}
sudo mkdir -p /usr/local
sudo chown $USER /usr/local
ruby < <( curl https://github.com/gvarela/home_cookin/raw/master/install-homecookin )
curl https://gist.github.com/raw/903030/.cook > ~/.cook
sudo cook --verbose
@steam
Copy link
Author

steam commented Apr 5, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment