Skip to content

Instantly share code, notes, and snippets.

@dann
Created February 24, 2013 10:13
Show Gist options
  • Save dann/5023306 to your computer and use it in GitHub Desktop.
Save dann/5023306 to your computer and use it in GitHub Desktop.
Setup macbox
#!/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
@dann
Copy link
Author

dann commented Feb 24, 2013

dmgとhomebrewのrecipe使って自前で書くというのが最終的には良さそう。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment