Last active
September 28, 2017 19:54
-
-
Save cstipkovic/5cfed2d532829013cafc 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
# Kovic Atom packages installer | |
# General | |
apm install Zen | |
apm install editorconfig | |
apm install minimap | |
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-type-icons | |
apm install pain-split | |
# HTML | |
apm install emmet | |
apm install autoclose-html | |
# Bootstrap | |
apm install atom-bootstrap3 | |
apm install atom-jasmine | |
# JavaScript | |
apm install javascript-snippets | |
apm install linter-jshint | |
apm install linter-jscs | |
apm install atom-ternjs | |
apm install turbo-javascript | |
apm install es6-javascript | |
# 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 | |
# Node | |
# apm install npm-docs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment