Last active
August 4, 2016 00:36
-
-
Save pisandelli/7a76ead0c4ad699bfa95 to your computer and use it in GitHub Desktop.
Atom My Packages installer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install-all-packages: | |
cat packages.list | xargs apm install | |
packages.list: ../packages/*/ | |
ls ../packages/ > packages.list |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
angularjs | |
atom-beautify | |
atom-jade | |
atom-material-ui | |
autocomplete-python | |
auto-indent | |
autoprefixer | |
colorful-json | |
color-picker | |
comment-headers | |
csscomb | |
editorconfig | |
emmet | |
file-icons | |
foundation5-snippets | |
git-control | |
highlight-line | |
jade-beautify | |
javascript-snippets | |
jscs-fixer | |
jshint | |
jslint | |
jsonlint | |
linter-pug-lint | |
merge-conflicts | |
minimap | |
monokai | |
project-manager | |
python-nosetests | |
remote-sync | |
script | |
seti-ui | |
snippets-jade | |
tool-bar | |
tool-bar-main | |
tree-view-git-status | |
uglify |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment