Skip to content

Instantly share code, notes, and snippets.

@nitrocode
Created October 16, 2017 07:07
Show Gist options
  • Select an option

  • Save nitrocode/4311555d153eb69c129f349ead33e7b3 to your computer and use it in GitHub Desktop.

Select an option

Save nitrocode/4311555d153eb69c129f349ead33e7b3 to your computer and use it in GitHub Desktop.
My common atom packages for python, node, and web
#!/bin/bash
# list of my favorite atom packages to relieve my pain transitioning to a new computer
# get a full list of apm packages in a single line
# apm list -ib | cut -d@ -f1 | tr '\n' ' '
# web
apm install -y atom-html-preview
# autocomplete
apm install -y autocomplete-modules autocomplete-python
# add function docs
apm install -y docblockr
# node and js
apm install -y javascript-snippets \
xatom-debug xatom-debug-nodejs \
linter linter-eslint linter-ui-default
# view
apm install -y file-icons \
tool-bar tool-bar-almighty \
minimap minimap-highlight-selected
# git
apm install -y merge-conflicts
# uncategorized
apm install -y goto-definition \
highlight-selected \
todo-show \
vim-mode \
split-diff \
script \
atom-lcov \
busy-signal \
intentions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment