macbook stuff
This commit is contained in:
parent
6c84dfa678
commit
096f9a845c
3 changed files with 4 additions and 5 deletions
|
@ -9,10 +9,6 @@ brew upgrade --cask --greedy
|
||||||
|
|
||||||
sudo softwareupdate -ia --verbose
|
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
|
if test "$(defaults read com.apple.dock autohide-time-modifier)" -ne 0.16
|
||||||
then
|
then
|
||||||
defaults write com.apple.dock autohide-time-modifier -float 0.16
|
defaults write com.apple.dock autohide-time-modifier -float 0.16
|
||||||
|
@ -30,4 +26,4 @@ then
|
||||||
killall Dock
|
killall Dock
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo systemsetup -setremotelogin on
|
sudo systemsetup -setremotelogin on # enable ssh
|
||||||
|
|
|
@ -4,6 +4,8 @@ files['/Users/mwiegand/.bin/macbook-update'] = {
|
||||||
'mode': '755',
|
'mode': '755',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
##################
|
||||||
|
|
||||||
for element in [*files.values(), *directories.values()]:
|
for element in [*files.values(), *directories.values()]:
|
||||||
element.update({
|
element.update({
|
||||||
'owner': 'mwiegand',
|
'owner': 'mwiegand',
|
||||||
|
|
1
bundles/macbook/metadata.py
Normal file
1
bundles/macbook/metadata.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
defaults = {}
|
Loading…
Reference in a new issue