Skip to content

Instantly share code, notes, and snippets.

@dann
Created February 24, 2013 10:13

Revisions

  1. dann created this gist Feb 24, 2013.
    20 changes: 20 additions & 0 deletions gistfile1.txt
    Original 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