Created
February 24, 2013 10:13
Revisions
-
dann created this gist
Feb 24, 2013 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ #!/bin/sh mkdir -p ~/.devenv/mac/cookbooks cd ~/.devenv/mac/cookbooks git clone https://github.com/pivotal/pivotal_workstation git clone https://github.com/opscode-cookbooks/dmg cat > ~/soloistrc <<EOF cookbook_paths: - .devenv/mac/cookbooks recipes: - pivotal_workstation::chrome - pivotal_workstation::firefox - pivotal_workstation::skype - pivotal_workstation::dropbox - pivotal_workstation::menumeters - pivotal_workstation::bettertouchtool - pivotal_workstation::ccmenu EOF sudo gem install soloist soloist