Skip to content

Instantly share code, notes, and snippets.

@shukerullah
Last active April 27, 2017 14:28
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 shukerullah/16e2e46a725aa88262f080d86f1d384a to your computer and use it in GitHub Desktop.
Save shukerullah/16e2e46a725aa88262f080d86f1d384a to your computer and use it in GitHub Desktop.
Remove Atom Editor on MAC
rm -rf ~/.atom
rm -rf /usr/local/bin/atom
rm -rf /usr/local/bin/apm
rm -rf /Applications/Atom.app
rm -rf ~/Library/Preferences/com.github.atom.plist
rm -rf "~/Library/Application Support/com.github.atom.ShipIt"
rm -rf "~/Library/Application Support/Atom"
rm -rf "~/Library/Saved Application State/com.github.atom.savedState"
rm -rf ~/Library/Caches/com.github.atom
rm -rf ~/Library/Caches/Atom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment