Created
April 5, 2011 04:22
-
-
Save steam/903030 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bash < <( curl https://gist.github.com/raw/903030/run_once_cook )