Created
February 25, 2014 17:52
-
-
Save ev3rywh3re/9214179 to your computer and use it in GitHub Desktop.
OSX Mavericks force manually edited preferences update
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
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