apply-user-defaults icon indicating copy to clipboard operation
apply-user-defaults copied to clipboard

A small utility to set macOS user defaults declaratively from a YAML file.

Results 3 apply-user-defaults issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

> 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...

enhancement
help wanted