-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain.yml
344 lines (239 loc) · 7.94 KB
/
main.yml
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
---
######################################
# macOS #
######################################
system: {}
system_defaults:
ui:
# Overall system interface color
# This influences Menubar, Dock, Spotlight
# and a few others.
# VALUES: "Light", "Dark"
interface_style: "Light"
# By default the macOS save/print dialog opens in a
# simplified version, enable to show the full dialog
# by default.
expand_save_panel: no
expand_print_panel: no
# Window action when double clicking on
# the titlebar of a window.
# VALUES: "Maximize", "Minimize"
titlebar_doubleclick_action: "Maximize"
# Font smoothing on non apple displays
enable_subpixel_font_rendering: no
# Focus ring is drawn around focused dialog
# elements like buttons and textfields
enable_focus_ring: yes
# macOS ommits common file extensions
# by default
show_all_file_extensions: no
# Antique osx dashboard, this was
# more or less replaced by the sidebar
disable_dashboard: yes
# Open directory if you drag
# a file/folder onto it
enable_springloading_directories: yes
springloading_directories_delay: 2
#
window_resize_speed: 0.2
enable_opening_closing_window_animations: yes
# Show scrollbars
# Values: "WhenScrolling", "Always"
show_scrollbars: "WhenScrolling"
enable_menubar_transparency: yes
screensaver:
# Screensaver activation delay in seconds
# 0 disables the screensaver
activation_delay: 0
# Ask for user password when screensaver is active
ask_password: no
# Delay in seconds after which password is asked
ask_password_delay: 0
screensaver:
name: Flurry
path: /System/Library/Screen Savers/Flurry.saver
input:
# Various spell correction settings
enable_auto_correct: yes
enable_smart_quotes: yes
enable_smart_dashes: yes
enable_automatic_capitalization: yes
enable_automatic_periods: yes
enable_continuous_spell_checking: yes
# If enabled, you get a special char menu on
# certain letters instead of key repeat
enable_press_and_hold: yes
# Key repeat speed
# Min value is 1
key_repeat_rate: 2
# Delay time until key repeat kicks in
initial_key_repeat_delay: 22
# Enables selections of dialog buttons with tab key
enable_full_keyboard_access: no
# Space switching hotkeys (ctrl + 1-9)
enable_space_hotkeys: no
hostname:
# computername is the so-called “user-friendly” name for the Mac,
# it’s what will show up on the Mac itself and what will be
# visible to others when connecting to it over a local network.
# This is also what’s visible under the Sharing preference panel.
computername: null
# hostname is the name assigned to the computer as visible
# from the command line, and it’s also used by local and
# remote networks when connecting through SSH and Remote Login.
hostname: null
# localhostname is the name identifier used by Bonjour and
# visible through file sharing services like AirDrop
localhostname: null
security:
# Gatekeeper won't allow you to easily install
# unsigned apps not downloaded from the Mac App Store
enable_gatekeeper: yes
# Quarantine asks you if you really want
# to open a downloaded executable
enable_quarantine: yes
misc:
save_application_state_on_quit: yes
disable_dsstore_on_network_shares: no
disable_dsstore_on_usb_drives: no
disable_disk_image_verification: no
disable_spotlight_network_indexing: no
save_new_docs_to_icloud: yes
enable_ssh: no
enable_crash_reporter: yes
enable_sudden_motion_sensor: yes
enable_hibernation: yes
# Default filetype <-> app associations
# Values:
# extension: file extension
# handler: application bundle identifier
# Example:
# default_applications:
# - { extension: avi, handler: com.colliderli.iina }
default_applications: []
######################################
# Finder #
######################################
finder: {}
finder_defaults:
# Default location for new finder
# windows/tabs
# VALUES: "PfHm" for homedir,
new_window_target: "PfHm"
# finder warns when you are changing
# a file extension
show_file_extensions_warning: yes
warn_before_emptying_the_trash: yes
# Should dotfiles be shown?
# "cmd + shift - ." toggles this
show_all_files: no
# Keep folders on top when you sort by name?
keep_folders_on_top: no
# Show posix path in finder titlebar?
show_full_path_in_titlebar: no
# Show interactive pathbar at the bottom?
show_pathbar: no
# Show statusbar with selection and filesize info at the bottom?
show_statusbar: no
# Should finder be quitable? (It instantly restarts anyway)
enable_quit_menu_item: no
# VALUES: "icnv" for icon view, "clmv" for column view, "Flwv" for cover flow view
default_view_style: "icnv"
# Which items should be shown on desktop?
show_external_harddrives_on_desktop: yes
show_harddrives_on_desktop: yes
show_mounted_servers_on_desktop: yes
show_removable_media_on_desktop: yes
# Hide ~/Library ?
hide_user_library: yes
# Hide /Volumes ?
hide_system_volumes: yes
# Which panes of the Getinfo window should be expanded by default?
expand_infopane:
- { name: General , value: yes }
- { name: MetaData , value: no }
- { name: OpenWith , value: no }
- { name: Name , value: no }
- { name: Comments , value: no }
- { name: Preview , value: yes }
- { name: Privileges , value: no }
# Automatic arrangement of icons
# Values: "none", "grid", "name", "kind", "dateModified",
# "dateCreated", "dateLastOpened", "dateAdded", "size", "label"
iconview_arrange_by: "none"
# controls the gap between icons
# when using arrange by grid
iconview_grid_spacing: 54
# Size of the icons
iconview_icon_size: 64
# Show item info below item name?
iconview_show_item_info: no
# Font size
iconview_text_size: 12
# Show item preview as icon? (mostly useful for images)
iconview_show_icon_preview: yes
# When disabled label is shown to the right of icons
iconview_show_label_on_bottom: yes
# Doesn't work on newer macOS versions
enable_quicklook_text_selection: no
#
disable_all_animations: no
######################################
# Dock #
######################################
dock: {}
dock_defaults:
# icon size
tile_size: 50
show_idicator_lights: yes
hidden_items_translucent: no
fade_in_time: 0
rearrange_spaces_by_last_use: yes
autohide: no
# if enabled configured apps will be added
# even if they're not installed
apps_force_install: no
# removes apps from the dock that are
# not defined in the apps list
apps_remove_undefined: no
# Apps to add to dock
# example item:
# - name: Safari
# path: /Applications/Safari.app
apps: []
# Spacers to add to dock
# example item:
# - after: Safari
spacers: []
######################################
# Safari #
######################################
safari: {}
safari_defaults:
show_full_url_in_address_bar: no
open_safe_files_automatically: no
enable_status_bar: no
enable_developer_menu: no
autofill_passwords: yes
show_favorites_bar: no
disable_thumbnail_cache: no
search_with_word_start_only: yes
######################################
# Mail #
######################################
mail: {}
mail_defaults:
address_include_name_on_pasteboard: yes
enable_threading: yes
######################################
# TextEdit #
######################################
textedit: {}
textedit_defaults:
default_doc_plaintext: no
######################################
# Terminal #
######################################
terminal: {}
terminal_defaults:
enable_secure_keyboard_entry: yes