-
-
Save jedschneider/3260928 to your computer and use it in GitHub Desktop.
default developer image
This file contains 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}, | |
"redis": {"launchd": true}, | |
"rbenv": {"versions": ["1.9.3-p194"]}, | |
"basic_brew": {"formulae": [ | |
"bash-completion", | |
"wget", | |
"android-sdk" | |
]}, | |
"cookbooks": ["https://github.com/modeset/osx-cookbooks/tarball/master", "https://github.com/gvarela/osx-cookbooks-ext/tarball/master"], | |
"recipes": [ | |
"homebrew", | |
"git", | |
"node", | |
"rbenv", | |
"basic_brew", | |
"mysql", | |
"postgresql", | |
"redis", | |
"memcached", | |
"imagemagick", | |
"dotset", | |
"macvim", | |
"pow", | |
"gitx", | |
"sequel_pro", | |
"propane" | |
] | |
} |
This file contains 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
#!/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