Skip to content

Instantly share code, notes, and snippets.

@dva
Created September 18, 2019 11:12
Show Gist options
  • Save dva/e6fbe65a5d3c00f3e39cfbb84c9d2c56 to your computer and use it in GitHub Desktop.
Save dva/e6fbe65a5d3c00f3e39cfbb84c9d2c56 to your computer and use it in GitHub Desktop.
TextMate Reverting To Defaults
#!/usr/bin/env bash -ex
# https://github.com/textmate/textmate/wiki/Reverting-To-Defaults
rm -rf ~/Library/Application Support/TextMate
rm -rf ~/Library/Caches/com.macromates.TextMate/BundlesIndex.binary
rm -rf ~/Library/Preferences/com.macromates.TextMate.plist
# uncomment to remove pre-defined properties
# rm -rf ~/.tm_properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment