Created
July 2, 2012 00:13
-
-
Save kevinkarwaski/3030151 to your computer and use it in GitHub Desktop.
Soloistrc configuration file.
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
cookbook_paths: | |
- ./cookbooks/ | |
recipes: | |
- pivotal_workstation::create_var_chef_cache | |
- pivotal_workstation::java | |
- pivotal_workstation::git_config_global_defaults | |
- pivotal_workstation::gem_no_rdoc_no_ri | |
- pivotal_workstation::bash_profile-better_history | |
- pivotal_workstation::bash_profile-aliases | |
- pivotal_workstation::bash_profile-ps1 | |
- pivotal_workstation::bash_profile-ctrl-o | |
- pivotal_workstation::bash_profile-git_completion | |
- pivotal_workstation::defaults_fast_key_repeat_rate | |
- pivotal_workstation::finder_display_full_path | |
- pivotal_workstation::homebrew | |
- pivotal_workstation::apple_gcc42 | |
- pivotal_workstation::rvm | |
- pivotal_workstation::sizeup | |
- pivotal_workstation::skype | |
- pivotal_workstation::chrome | |
- pivotal_workstation::menumeters | |
- pivotal_workstation::safari_preferences | |
- pivotal_workstation::virtualbox | |
- pivotal_workstation::iterm2 | |
node_attributes: | |
rvm: | |
rubies: | |
ree-1.8.7-2011.03: { | |
env: CC=/usr/local/bin/gcc-4.2 | |
} | |
ruby-1.9.2-p290: { | |
env: CC=/usr/local/bin/gcc-4.2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment