Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 603 Bytes

File metadata and controls

29 lines (20 loc) · 603 Bytes

dotfiles

Just my collection of dotfiles. Feel free to use it as you like but please make sure, you know what these configurations do!

I won't be responsible for any loss of revenue or data!

Backup/Restore macOS defaults

Backup:

Find out what keys to backup:

defaults export com.apple.Safari before.txt
# change preferred settings
defaults export com.apple.Safari after.txt
diff -wyW200 before.txt after.txt
.config/backup/bdefaults backup --all --path .config/backup/defaults

Restore:

.config/backup/bdefaults restore --all --path .config/backup/defaults