Skip to content

Instantly share code, notes, and snippets.

@aljorhythm
Last active November 27, 2017 09:23
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 aljorhythm/1cc25d7623f8f7aa7cd4f2fb6bf1aa53 to your computer and use it in GitHub Desktop.
Save aljorhythm/1cc25d7623f8f7aa7cd4f2fb6bf1aa53 to your computer and use it in GitHub Desktop.
Delete Eclipse Nano on macOS Sierra
rm ~/Library/Preferences/org.eclipse.oomph.setup.installer.product.plist
rm ~/Library/Preferences/org.eclipse.platform.ide.plist
rm -rf ~/eclipse
rm -rf ~/Library/Caches/org.eclipse.oomph.setup.installer.product
rm -rf ~/Library/Saved\ Application\ State/org.eclipse.oomph.setup.installer.product.savedState/
rm -rf ~/Library/Saved\ Application\ State/org.eclipse.platform.ide.savedState/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment