Skip to content

Instantly share code, notes, and snippets.

@bradjasper
Created February 1, 2015 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradjasper/212337463f826660fec2 to your computer and use it in GitHub Desktop.
Save bradjasper/212337463f826660fec2 to your computer and use it in GitHub Desktop.
Copy & restore Focus preferences
Here's how to copy & restore Focus preferences
1) (On old computer) Copy preferences file to desktop. This BradJasper.Focus.plist file saves all of your settings. You can back this up in Dropbox if you want.
cp ~/Library/Preferences/BradJasper.Focus.plist ~/Desktop/
2) (On new computer) Kill focus & preferences monitor
killall Focus; killall cfprefsd;
3) (On new computer) Copy over new preferences
cp ~/Desktop/BradJasper.Focus.plist ~/Library/Preferences/BradJasper.Focus.plist
4) (On new computer) Kill preferences monitor again
killall cfprefsd;
5) Start Focus
open /Applications/Focus.app
You should now have all of your own settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment