apply-user-defaults
apply-user-defaults copied to clipboard
A small utility to set macOS user defaults declaratively from a YAML file.
Hello. I already changed a lot of user defaults. I would like to save these changes too. Since I don't remember all the settings, that I changed. It would be...
It would be cool if we were able to see a diff between the current configuration applied to the system, and the declared state within the config file, so we...
> Cider storage of defaults and applying defaults doesn't appear to support arrays. > > Example usage: > `defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'` > > My intention is to...