Skip to content

Instantly share code, notes, and snippets.

@weilu
Forked from neo-common/Cheffile
Last active December 18, 2015 09:39
Show Gist options
  • Save weilu/5762617 to your computer and use it in GitHub Desktop.
Save weilu/5762617 to your computer and use it in GitHub Desktop.
site 'http://community.opscode.com/api/v1'
cookbook 'sprout-osx-base',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'sprout-osx-base'
cookbook 'pivotal_workstation',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'pivotal_workstation'
cookbook 'sprout-osx-apps',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'sprout-osx-apps'
cookbook 'sprout-osx-settings',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'sprout-osx-settings'
cookbook 'osx',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'osx'
cookbook 'neo_workstation',
:git => 'https://github.com/neo/neo_workstation'
recipes:
- sprout-osx-apps::ack
- pivotal_workstation::bash4
- pivotal_workstation::bash_completion
- sprout-osx-base::bash_it
- pivotal_workstation::ccmenu
- sprout-osx-apps::chrome
- pivotal_workstation::create_var_chef_cache
- pivotal_workstation::default_editor
- sprout-osx-settings::defaults_fast_key_repeat_rate
- sprout-osx-settings::disable_front_row
- sprout-osx-apps::dropbox
- sprout-osx-settings::enable_assistive_devices
- sprout-osx-settings::finder_display_full_path
- sprout-osx-apps::firefox
- pivotal_workstation::flycut
- sprout-osx-apps::freeruler
- pivotal_workstation::gem_setup
- pivotal_workstation::git
- pivotal_workstation::git_config_global_defaults
- pivotal_workstation::git_scripts
- pivotal_workstation::github_for_mac
- pivotal_workstation::gitx
- sprout-osx-apps::heroku_toolbelt
- sprout-osx-base::homebrew
- sprout-osx-base::imagemagick
- pivotal_workstation::increase_shared_memory
- pivotal_workstation::inputrc
- pivotal_workstation::iterm2
- pivotal_workstation::java
- pivotal_workstation::keyboard_preferences
- pivotal_workstation::keycastr
- sprout-osx-apps::libreoffice
- pivotal_workstation::menumeters
- sprout-osx-apps::node_js
- pivotal_workstation::osx_updates
- pivotal_workstation::postgres
- pivotal_workstation::qt
- sprout-osx-settings::remove_expose_keyboard_shortcuts
- sprout-osx-settings::remove_garageband
- pivotal_workstation::rubymine
- pivotal_workstation::rvm
- sprout-osx-settings::safari_preferences
- pivotal_workstation::screen_sharing_app
- pivotal_workstation::screen_sharing_on
- sprout-osx-apps::selenium_webdriver
- sprout-osx-settings::set_finder_show_all_hd_on_desktop
- sprout-osx-settings::set_finder_show_user_home_in_sidebar
- sprout-osx-settings::set_multitouch_preferences
- pivotal_workstation::set_screensaver_preferences
- pivotal_workstation::shiftit
- sprout-osx-apps::skype
- pivotal_workstation::sshd_on
- sprout-osx-settings::terminal_preferences
- pivotal_workstation::textmate2
- pivotal_workstation::textmate_bundles
- pivotal_workstation::textmate_plugins
- pivotal_workstation::textmate_preferences
- pivotal_workstation::timemachine_preferences
- sprout-osx-base::user_owns_usr_local
- pivotal_workstation::vim
- pivotal_workstation::wget
- sprout-osx-base::workspace_directory
- neo_workstation::monospace_fonts
- neo_workstation::prezto_yadr
- neo_workstation::rubymine_preferences
- neo_workstation::rename_machine
- neo_workstation::terminal_solarized_settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment