Skip to content

Instantly share code, notes, and snippets.

@elegos
Created July 24, 2017 11:05
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 elegos/0d69b988ffa35ba22c0ddb3c62615feb to your computer and use it in GitHub Desktop.
Save elegos/0d69b988ffa35ba22c0ddb3c62615feb to your computer and use it in GitHub Desktop.
Atom packages install
#!/usr/bin/env bash
# Packages
apm install \
autoclose-html \
autocomplete-modules \
busy-signal \
ctrl-dir-scroll \
file-icons \
goto-definition \
hyperclick \
intentions \
javascript-snippets \
js-hyperclick \
language-babel \
language-javascript-jsx \
linter \
linter-eslint \
linter-ui-default \
minimap \
pigments \
project-manager \
sort-lines
# Themes
apm install \
atom-material-syntax \
atom-material-ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment