Skip to content

Instantly share code, notes, and snippets.

@gmcinnes
Created October 26, 2010 19:01
Show Gist options
  • Select an option

  • Save gmcinnes/647559 to your computer and use it in GitHub Desktop.

Select an option

Save gmcinnes/647559 to your computer and use it in GitHub Desktop.
Installs LeopardTamer to your machine
#!/bin/bash
# Use the system ruby for now, if rvm is installed
if [ `which rvm` != "" ]; then
rvm use system
fi
# Install chef
sudo gem install chef
/usr/bin/curl -sSfL http://github.com/mxcl/homebrew/tarball/master | /usr/bin/tar xz -m --strip 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment