Skip to content

Instantly share code, notes, and snippets.

@darwin
Last active March 22, 2019 17:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darwin/99c2ca7d364e7a3dbe87 to your computer and use it in GitHub Desktop.
Save darwin/99c2ca7d364e7a3dbe87 to your computer and use it in GitHub Desktop.
Delete Finder + TotalFinder preferences safely. Please execute this line by line in your Terminal.app window.
osascript -e "tell application \"Finder\" to quit"
rm ~/Library/Preferences/com.apple.finder.plist
rm ~/Library/Preferences/com.binaryage.totalfinder.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment