-
Notifications
You must be signed in to change notification settings - Fork 4
/
defaults.yaml
105 lines (77 loc) · 3.05 KB
/
defaults.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
NSGlobalDomain:
# System Preferences > Keyboard > Shortcuts > Full Keyboard Access > All
# controls.
AppleKeyboardUIMode: 3
# System Preferences > General > Sidebar icon size > Large.
NSTableViewDefaultSizeMode: 3
# Disable press and hold character picker.
ApplePressAndHoldEnabled: false
# Disable smooth scrolling.
NSScrollAnimationEnabled: false
com.apple.desktopservices:
# Disable .DS_Store files on network drives.
DSDontWriteNetworkStores: true
# Disable .DS_Store files on external drives.
DSDontWriteUSBStores: true
com.apple.finder:
# Finder > View > Show view options > Sort Group By > Name.
FXArrangeGroupViewBy: Name
# Finder > Preferences > Advanced > When performing a search > Search the
# current folder.
FXDefaultSearchScope: SCcf
# Finder > View > Show view options > Group By > None.
FXPreferredGroupBy: None
# Finder > View > As List.
FXPreferredViewStyle: Nlsv
# Finder > Preferences > New Finder windows show > Home directory.
NewWindowTarget: PfHm
# Finder > Preferences > New Finder windows show > Home directory.
NewWindowTargetPath: "file://${HOME}"
# Enable "Quit Finder" menu item.
QuitMenuItem: true
# Finder > Preferences > Show these items on the desktop > Hard disks.
ShowHardDrivesOnDesktop: false
com.apple.iTunes:
# iTunes > Preferences > Devices > Prevent iPods, iPhones, and iPads from
# syncing automatically.
dontAutomaticallySyncIPods: true
com.apple.Safari:
# Use substring search by default in Safari.
FindOnPageMatchesWordStartsOnly: false
com.apple.dt.Xcode:
# Xcode > Preferences > Text Editing > Page guide at column.
DVTTextShowPageGuide: true
# Xcode > Preferences > Text Editing > While editing: Automatically trim
# trailing whitespace.
DVTTextEditorTrimTrailingWhitespace: true
# Xcode > Preferences > Text Editing > While editing: Automatically trim
# trailing whitespace > Including whitespace-only lines.
DVTTextEditorTrimWhitespaceOnlyLines: true
# Xcode > Preferences > Text Editing > Page guide at column: 120.
DVTTextPageGuideLocation: 120
# Xcode > Preferences > General > Issue Navigator Detail > Up to Ten Lines.
IDESearchNavigatorDetailLevel: 10
# Show build timer within Xcode UI.
ShowBuildOperationDuration: true
# Xcode > Preferences > Fonts & Colors > Theme > San Jose.
XCFontAndColorCurrentTheme: "San Jose.xccolortheme"
XCFontAndColorCurrentDarkTheme: "San Jose.xccolortheme"
com.apple.TextEdit:
# TextEdit > Preferences > New Document > Plain text.
RichText: false
com.apple.Terminal:
# Terminal > Secure Keyboard Entry.
SecureKeyboardEntry: true
# Set custom theme as default.
"Default Window Settings": Zenburn
"Startup Window Settings": Zenburn
com.apple.SoftwareUpdate:
# System Preferences > Software Update > Advanced... > Automatically check
# for updates.
AutomaticCheckEnabled: true
# System Preferences > Software Update > Advanced... > Download new updates
# when available.
AutomaticDownload: true
org.gnu.Emacs:
# Enable natural title bar patch for Emacs.
TransparentTitleBar: DARK