Skip to content

Commit

Permalink
dropboxを追加/各Fncキーを有効化
Browse files Browse the repository at this point in the history
  • Loading branch information
mediba-Kitada committed Aug 11, 2014
1 parent d6077ca commit de86b03
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ github "vagrant"
github "virtualbox"
github "osx"
github "hipchat"
github "dropbox"
6 changes: 6 additions & 0 deletions Puppetfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ GITHUBTARBALL
specs:
dnsmasq (1.0.1)

GITHUBTARBALL
remote: boxen/puppet-dropbox
specs:
dropbox (1.3.0)

GITHUBTARBALL
remote: boxen/puppet-foreman
specs:
Expand Down Expand Up @@ -137,6 +142,7 @@ DEPENDENCIES
atom (= 1.0.0)
boxen (= 3.4.2)
dnsmasq (= 1.0.1)
dropbox (>= 0)
foreman (= 1.2.0)
gcc (= 2.0.100)
git (= 2.3.1)
Expand Down
9 changes: 9 additions & 0 deletions modules/people/manifests/kitatuba.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
include vagrant
include virtualbox
include hipchat
include dropbox
include osx::global::tap_to_click
include osx::dock::autohide
include osx::dock::clear_dock
include osx::keyboard::capslock_to_control
include osx::global::enable_standard_function_keys

package {
[
Expand All @@ -33,6 +35,13 @@
]:
}

# local util
package {
'GoogleJapaneseInput':
source => "http://dl.google.com/japanese-ime/latest/GoogleJapaneseInput.dmg",
provider => pkgdmg;
}

# dotfile setting
$home = "/Users/${::boxen_user}"
$dotfiles = "${home}/dotfiles"
Expand Down
Binary file not shown.

0 comments on commit de86b03

Please sign in to comment.