Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 421 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 421 Bytes

Macfiles

Capturing new config

Not all mac defaults command is searchable online, therefore we will need a way to more easily identify settings.

The following procedure allows for new defaults to be discovered

defaults read > before
# Change config manually
diff -u before <(defaults read)

Note

MacOS also frequently read/write to defaults, so sometimes other settings might appear in the diff