Skip to content

Instantly share code, notes, and snippets.

@tdkn
Last active June 7, 2019 09:41
Show Gist options
  • Save tdkn/e1d846725c734213c7547455cf6bebf6 to your computer and use it in GitHub Desktop.
Save tdkn/e1d846725c734213c7547455cf6bebf6 to your computer and use it in GitHub Desktop.
Uninstall RubyMine completely
$ rm -rf ~/Library/Caches/RubyMine*
$ rm -rf ~/Library/Application Support/RubyMine*
$ rm -rf ~/Library/Preferences/RubyMine*
$ rm -rf ~/Library/Preferences/com.jetbrains.rubymine.plist*
$ rm -rf ~/Library/Logs/RubyMine*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment