Skip to content

Instantly share code, notes, and snippets.

@sarkis
Last active June 12, 2018 04:07
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 sarkis/369c57674d803d811bc1ac17b770897d to your computer and use it in GitHub Desktop.
Save sarkis/369c57674d803d811bc1ac17b770897d to your computer and use it in GitHub Desktop.
Uninstall InelliJ IDEA Community on macOS
sudo rm -rf /Applications/IntelliJ\ IDEA\ CE.app
sudo rm -rf ~/Library/Preferences/IdeaIC2018.1
sudo rm -rf ~/Library/Caches/IdeaIC2018.1
sudo rm -rf ~/Library/Application\ Support/IdeaIC2018.1
sudo rm -rf ~/Library/Logs/IdeaIC2018.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment