Skip to content

Instantly share code, notes, and snippets.

@ubergoober
Created September 4, 2015 07:06
Show Gist options
  • Select an option

  • Save ubergoober/adae1f4a0c3f5a858614 to your computer and use it in GitHub Desktop.

Select an option

Save ubergoober/adae1f4a0c3f5a858614 to your computer and use it in GitHub Desktop.
OSX - Remove all of Atom IDE
#Gleemed from atom site: https://discuss.atom.io/t/how-to-completely-uninstall-atom-for-mac/9084/12
rm -rf ~/.atom
rm /usr/local/bin/atom
rm /usr/local/bin/apm
rm ~/Library/Preferences/com.github.atom.plist
rm -rf ~/Library/Application Support/com.github.atom.ShipIt
rm -rf ~/Library/Application Support/Atom/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment