Skip to content

Instantly share code, notes, and snippets.

@gregimba
Created August 18, 2017 17:47
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 gregimba/e4946147e7f62a08834a885163906768 to your computer and use it in GitHub Desktop.
Save gregimba/e4946147e7f62a08834a885163906768 to your computer and use it in GitHub Desktop.
#!/bin/sh
rm ~/Applications/Atom.app #delete app
rm -rf ~/.atom #delete dotfiles
rm /usr/local/bin/atom
rm /usr/local/bin/apm
rm ~/Library/Preferences/com.github.atom.plist
@gregimba
Copy link
Author

Remove Atom completely

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment