Created
February 24, 2013 10:13
-
-
Save dann/5023306 to your computer and use it in GitHub Desktop.
Setup macbox
This file contains 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 characters
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dmgとhomebrewのrecipe使って自前で書くというのが最終的には良さそう。