Skip to content

Instantly share code, notes, and snippets.

@jeffmccune
Created August 21, 2012 04:55
Show Gist options
  • Save jeffmccune/3411745 to your computer and use it in GitHub Desktop.
Save jeffmccune/3411745 to your computer and use it in GitHub Desktop.
Mountain Lion rbenv setup

Setup Procedure

Given a base Mountain Lion VM

Setup SSH Keys

mkdir ~/.ssh
chmod 700 !$
curl -o ~/.ssh/authorized_keys https://raw.github.com/puppetlabs/puppetlabs-sshkeys/master/templates/ssh/authorized_keys

Install command line tools

mountainlion:tmp localadmin$ for i in /tmp/*.pkg; do sudo installer -pkg $i -target /; done
installer: Package name is DevSDK
installer: Installing at base path /
installer: The install was successful.
installer: Package name is DeveloperToolsCLI
installer: Installing at base path /
installer: The install was successful.
installer: Package name is clang
installer: Installing at base path /
installer: The install was successful.
installer: Package name is llvm-gcc4.2
installer: Installing at base path /
installer: The install was successful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment