Skip to content

Instantly share code, notes, and snippets.

@darwin
Last active March 22, 2019 17:53
Embed
What would you like to do?
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