-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.yaml
58 lines (43 loc) · 1.61 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
NSGlobalDomain:
# Expanding the save panel by default
PMPrintingExpandedStateForPrint: true
PMPrintingExpandedStateForPrint2: true
NSNavPanelExpandedStateForSaveMode: true
NSQuitAlwaysKeepsWindows: false
AppleShowAllExtensions: 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
# Disabling the warning when changing a file extension
FXEnableExtensionChangeWarning: false
# Enable the pathbar
ShowPathbar: true
# Keep folders on top
_FXSortFoldersFirst: true
com.apple.desktopservices:
# Disable .DS_Store files on network drives.
DSDontWriteNetworkStores: true
# Disable .DS_Store files on external drives.
DSDontWriteUSBStores: 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