Skip to content

Instantly share code, notes, and snippets.

@winston
Created July 9, 2012 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winston/3074744 to your computer and use it in GitHub Desktop.
Save winston/3074744 to your computer and use it in GitHub Desktop.
Consolidated soloistrc (Basic)
cookbook_paths:
- workspace
recipes:
######
## Meta OS X Base
- pivotal_workstation::osx_updates
- pivotal_workstation::set_finder_show_hd_on_desktop
- pivotal_workstation::defaults_fast_key_repeat_rate
- pivotal_workstation::function_keys
- pivotal_workstation::chrome
- pivotal_workstation::firefox
- pivotal_workstation::safari_preferences
- pivotal_workstation::screen_sharing_app
- pivotal_workstation::remove_garageband
- pivotal_workstation::timemachine_preferences
- pivotal_workstation::disable_front_row
######
## Meta OS X Development
- pivotal_workstation::unix_essentials
- pivotal_workstation::homebrew
- pivotal_workstation::user_owns_usr_local
- pivotal_workstation::terminal_preferences
- pivotal_workstation::textmate
- pivotal_workstation::textmate_bundles
- pivotal_workstation::textmate_preferences
######
## Meta New Context Specifics
# Edit rename_machine
# Fr.. if hostname =~ /pivotallabs.com/ and hostname !~ /^dyn-/
# To.. if hostname =~ /newcontext.com/ and hostname !~ /^dyn-/
- pivotal_workstation::rename_machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment