Skip to content

Instantly share code, notes, and snippets.

@ev3rywh3re
Created February 25, 2014 17:52
Show Gist options
  • Save ev3rywh3re/9214179 to your computer and use it in GitHub Desktop.
Save ev3rywh3re/9214179 to your computer and use it in GitHub Desktop.
OSX Mavericks force manually edited preferences update
/**
I still live in SVN land and move my svnX application preferecnes between workstations. OSX Mavericks 10.9.x makes this complicated since it uses a blind broken & bitter old man as a preference daemon. Sometimes you can get it drunk and this works.
*/
defaults read ~/this-is-my-new-pref-file.whatever
defaults read com.runnaway-app-and-old-daemon-hater (maybe)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment