-
-
Save eughenio/6d539ae4c1138d472a4553dd5176025a to your computer and use it in GitHub Desktop.
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
# Eughenio Atom packages installer | |
# Forked from CStipkovic | |
# General | |
apm install Zen | |
apm install editorconfig | |
apm install minimap | |
apm install minimap-cursorline | |
apm install minimap-find-and-replace | |
apm install minimap-git-diff | |
apm install minimap-highlight-selected | |
apm install minimap-selection | |
apm install auto-indent | |
apm install indentation-indicator | |
apm install linter | |
apm install opened-files | |
apm install reveal-active-file-context | |
apm install todo-show | |
apm install trailing-spaces | |
apm install wakatime | |
apm install file-icons | |
apm install pain-split | |
apm install docblockr | |
# HTML | |
apm install emmet | |
apm install autoclose-html | |
apm install html-entities | |
apm install linter-htmlhint | |
# CSS | |
apm install linter-csslint | |
# AngularJS | |
# apm install angularjs | |
# apm install angularjs-snippets | |
# Bootstrap | |
apm install atom-bootstrap3 | |
apm install atom-jasmine | |
# JavaScript | |
apm install javascript-snippets | |
apm install atom-ternjs | |
apm install language-javascript-better | |
apm install linter-js-yaml | |
apm install linter-jshint | |
#MJML | |
apm install language-mjml | |
# Latex | |
# apm install language-latex | |
# apm install latex | |
# apm install latexer | |
# Velocity | |
# apm install language-velocity | |
# C/C++ | |
# apm install autocomplete-clang | |
# apm install linter-clang | |
# SQL | |
apm install format-sql | |
# Node | |
apm install npm-docs | |
# PHP | |
apm install atom-autocomplete-php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment