-
Notifications
You must be signed in to change notification settings - Fork 0
/
run-ci.sh
executable file
·36 lines (34 loc) · 1.49 KB
/
run-ci.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/bin/sh
set -e
p(){
echo "::group::$1 -> $2"
echo "[command]defaults read-type $1 $2"
defaults read-type "$1" "$2" || :
echo "[command]defaults read $1 $2"
defaults read "$1" "$2" || :
echo "::endgroup::$1 -> $2"
}
p com.apple.finder DisableAllAnimations
p com.apple.finder FavoriteTagNames
p com.apple.finder FXEnableExtensionChangeWarning
p com.apple.finder NewWindowTarget
p com.apple.finder NewWindowTargetPath
p com.apple.finder NSAutomaticCapitalizationEnabled
p com.apple.finder NSAutomaticDashSubstitutionEnabled
p com.apple.finder NSAutomaticPeriodSubstitutionEnabled
p com.apple.finder NSAutomaticQuoteSubstitutionEnabled
p com.apple.finder NSAutomaticSpellingCorrectionEnabled
p com.apple.finder NSAutomaticTextCompletionEnabled
p com.apple.finder QuitMenuItem
p com.apple.finder ShowExternalHardDrivesOnDesktop
p com.apple.finder ShowHardDrivesOnDesktop
p com.apple.finder ShowMountedServersOnDesktop
p com.apple.finder ShowRecentTags
p com.apple.finder ShowRemovableMediaOnDesktop
p com.apple.universalaccess closeViewScrollWheelModifiersInt
p com.apple.universalaccess closeViewScrollWheelToggle
p com.apple.universalaccess closeViewZoomFollowsFocus
p com.apple.universalaccess reduceMotion
p com.apple.touchbar.agent PresentationModeFnModes
p com.apple.touchbar.agent PresentationModeGlobal
p com.apple.touchbar.agent PresentationModePerApp