|
|
@ -4,11 +4,11 @@
|
|
|
|
# sudo: True
|
|
|
|
# sudo: True
|
|
|
|
- command: defaults write {{ item }}
|
|
|
|
- command: defaults write {{ item }}
|
|
|
|
with_items: osx_defaults
|
|
|
|
with_items: osx_defaults
|
|
|
|
- command: defaults write {{ item }} dontAutoLoad -array
|
|
|
|
# - command: defaults write {{ item }} dontAutoLoad -array
|
|
|
|
/System/Library/CoreServices/Menu Extras/TimeMachine.menu
|
|
|
|
# /System/Library/CoreServices/Menu Extras/TimeMachine.menu
|
|
|
|
/System/Library/CoreServices/Menu Extras/Bluetooth.menu
|
|
|
|
# /System/Library/CoreServices/Menu Extras/Bluetooth.menu
|
|
|
|
/System/Library/CoreServices/Menu Extras/Battery.menu
|
|
|
|
# /System/Library/CoreServices/Menu Extras/Battery.menu
|
|
|
|
with_lines: ls ~/Library/Preferences/ByHost/com.apple.systemuiserver.*
|
|
|
|
# with_lines: ls ~/Library/Preferences/ByHost/com.apple.systemuiserver.*
|
|
|
|
- command: /usr/libexec/PlistBuddy -c "{{ item }}" ~/Library/Preferences/com.apple.finder.plist
|
|
|
|
- command: /usr/libexec/PlistBuddy -c "{{ item }}" ~/Library/Preferences/com.apple.finder.plist
|
|
|
|
with_items:
|
|
|
|
with_items:
|
|
|
|
- Set :DesktopViewSettings:IconViewSettings:arrangeBy grid
|
|
|
|
- Set :DesktopViewSettings:IconViewSettings:arrangeBy grid
|
|
|
|