Skip to content

Instantly share code, notes, and snippets.

@elegos
Created July 24, 2017 11:05
Show Gist options
  • Select an option

  • Save elegos/0d69b988ffa35ba22c0ddb3c62615feb to your computer and use it in GitHub Desktop.

Select an option

Save elegos/0d69b988ffa35ba22c0ddb3c62615feb to your computer and use it in GitHub Desktop.

Revisions

  1. Giacomo Furlan created this gist Jul 24, 2017.
    28 changes: 28 additions & 0 deletions atom-packages.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    #!/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