Last active
April 27, 2017 14:28
-
-
Save shukerullah/16e2e46a725aa88262f080d86f1d384a to your computer and use it in GitHub Desktop.
Remove Atom Editor on MAC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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