Skip to content

Instantly share code, notes, and snippets.

@gvarela
Created November 29, 2010 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save gvarela/720515 to your computer and use it in GitHub Desktop.
Save gvarela/720515 to your computer and use it in GitHub Desktop.
default developer image
{
"imagemagick": {"ghostscript": true},
"redis": {"launchd": true},
"rbenv": {"versions": ["1.9.3-p194"]},
"basic_brew": {"formulae": [
"bash-completion",
"wget"
]},
"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",
"gitx",
"sequel_pro",
"propane"
]
}
#!/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
@gvarela
Copy link
Author

gvarela commented Nov 30, 2010

Step 1 -- Install X-Code

Homebrew needs the gcc to compile most packages.

!! If you installed Xcode from the app store you still have to run the Xcode installer, "Install Xcode" from spotlight. And also install the command line tools.

Step 2 -- Install Home Cookin

Open terminal and copy and paste the line below. It installs a script called "cook" into /usr/local/bin. To rerun script if it fails just run "sudo cook".

bash < <( curl https://raw.github.com/gist/720515/run_once_cook )

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