-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.yaml
78 lines (58 loc) · 2.25 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
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
# disable text replacement
NSAutomaticSpellingCorrectionEnabled: false
NSAutomaticQuoteSubstitutionEnabled: false
NSAutomaticCapitalizationEnabled: false
NSAutomaticDashSubstitutionEnabled: false
NSAutomaticPeriodSubstitutionEnabled: false
WebAutomaticSpellingCorrectionEnabled: false
# Now, you can move windows by holding ctrl+cmd and dragging any part of the window (not necessarily the window title)
NSWindowShouldDragOnGesture: true
# Set the initial key repeat delay
InitialKeyRepeat: 15
KeyRepeat: 2
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.TextEdit:
# TextEdit > Preferences > New Document > Plain text.
RichText: false
com.apple.Terminal:
# Terminal > Secure Keyboard Entry.
SecureKeyboardEntry: true
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