Skip to content

Instantly share code, notes, and snippets.

@gary
Last active December 22, 2015 22:29
Show Gist options
  • Save gary/6540708 to your computer and use it in GitHub Desktop.
Save gary/6540708 to your computer and use it in GitHub Desktop.
Boxen personal module first cut--aka, where's my -t
class people::gary {
include osx::global::key_repeat_rate
class { 'osx::global::key_repeat_delay':
delay => 10
}
# no sudo prompt or error notification
# FIXME:
exec { 'hotfix for shitty osx 10.8 defaults':
command => "/Users/${::boxen_user}/bin/apply-osx-defaults.sh",
user => root
}
include adium
include cyberduck
include drobo_dashboard # Error: Could not find class drobo_dashboard for girlfriend.local on node girlfriend.local
include flux
include homebrew
include iterm2::stable
include java
include onepassword
include quicksilver
include screen
include screenhero # Error: Could not find class screenhero for girlfriend.local on node girlfriend.local
include skype # Error: Could not find class skype for girlfriend.local on node girlfriend.local
include vlc
include wget
include xld
# FIXME: need to redo my config to fit the framework's expectations
repository { 'oh-my-zsh':
source => 'gary/oh-my-sh',
path => "/Users/${::boxen_user}/.oh-my-zsh"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment