diff --git a/bundles/macbook/files/macbook-update b/bundles/macbook/files/macbook-update index 67ce7c0..dc3cdfc 100644 --- a/bundles/macbook/files/macbook-update +++ b/bundles/macbook/files/macbook-update @@ -9,10 +9,6 @@ brew upgrade --cask --greedy sudo softwareupdate -ia --verbose -mwi /U/m/Pr/c git:(master) defaults write com.apple.dock autohide-time-modifier -float 0.2 -mwi /U/m/Pr/c git:(master) killall Dock -mwi /U/m/Pr/c git:(master) defaults write com.apple.dock autohide-time-modifier -float 0.16 - if test "$(defaults read com.apple.dock autohide-time-modifier)" -ne 0.16 then defaults write com.apple.dock autohide-time-modifier -float 0.16 @@ -30,4 +26,4 @@ then killall Dock fi -sudo systemsetup -setremotelogin on +sudo systemsetup -setremotelogin on # enable ssh diff --git a/bundles/macbook/items.py b/bundles/macbook/items.py index 8736e7e..b59bac7 100644 --- a/bundles/macbook/items.py +++ b/bundles/macbook/items.py @@ -4,6 +4,8 @@ files['/Users/mwiegand/.bin/macbook-update'] = { 'mode': '755', } +################## + for element in [*files.values(), *directories.values()]: element.update({ 'owner': 'mwiegand', diff --git a/bundles/macbook/metadata.py b/bundles/macbook/metadata.py new file mode 100644 index 0000000..ca3af1f --- /dev/null +++ b/bundles/macbook/metadata.py @@ -0,0 +1 @@ +defaults = {}