Skip to content

micxer/dotfiles

Repository files navigation

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

About

Just my collection of dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors