Skip to content

Instantly share code, notes, and snippets.

@nurrony
Last active April 10, 2017 05:00
Show Gist options
  • Save nurrony/e723bd0a518388dc7a64e57c83b438b2 to your computer and use it in GitHub Desktop.
Save nurrony/e723bd0a518388dc7a64e57c83b438b2 to your computer and use it in GitHub Desktop.
My Most used Atom Plugins

My Most used Atom Plugins

Themes

In case if you are lazy like me 😉

apm install autoprefixer autocomplete-paths language-babel atom-beautify color-picker docblockr editorconfig emmet git-control gitignore-snippets merge-conflicts split-diff linter linter-csslint linter-js-standard standard-formatter standardjs-snippets react-snippets terminal-plus
#!/usr/bin/env bash
echo -ne "Uninstalling atom editor... "
sudo rm -fr $HOME/.atom \
/usr/local/bin/{atom,apm} \
$HOME/Library/Application Support/com.github.atom.ShipIt \
$HOME/Library/Preferences/com.github.atom.plist \
/Applications/Atom.app \
$HOME/Library/Application Support/Atom \
$HOME/Library/Saved Application State/com.github.atom.savedState \
$HOME/Library/Caches/com.github.atom \
$HOME/Library/Caches/Atom && \
echo "done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment