Skip to content

Instantly share code, notes, and snippets.

View matthewrobertson's full-sized avatar
🦖

Matthew Robertson matthewrobertson

🦖
  • Google
  • Vancouver, BC
View GitHub Profile
@matthewrobertson
matthewrobertson / setup.bash
Created November 1, 2012 23:47
cc_workstation kickoff
pushd `pwd`
# install soloist
if rvm --version 2>/dev/null; then
gem install soloist --no-rdoc --no-ri
else
sudo gem install soloist --no-rdoc --no-ri
fi
# create the cookbooks dir and write the soloistrc in it