Skip to content

chunleng/macfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages