Skip to content

Instantly share code, notes, and snippets.

@chuyihuang
Created September 30, 2016 04:15
Show Gist options
  • Save chuyihuang/9678ef573dd4a8688b6e56a5667b76a3 to your computer and use it in GitHub Desktop.
Save chuyihuang/9678ef573dd4a8688b6e56a5667b76a3 to your computer and use it in GitHub Desktop.
徹底移除atom的指令清單 completely remove atom from your 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
reference: https://discuss.atom.io/t/how-to-completely-uninstall-atom-for-mac/9084/34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment