Last active
September 15, 2017 22:40
-
-
Save ManzDev/3a3506fff873b3231736fe86c1f77cdc to your computer and use it in GitHub Desktop.
Install for atom editor
This file contains 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
// Fonts | |
wget --no-check-certificate https://download.damieng.com/fonts/original/EnvyCodeR-PR7.zip | |
unzip EnvyCodeR-PR7.zip | |
// UI & Syntax (Disable icons in dash-ui settings) | |
apm install dash-ui atom-file-icons | |
apm install ax-monokai-syntax atom-json-color | |
// Optional syntax improvements (disabled) | |
apm install ariake-dark-syntax duotone-dark-syntax atom-monokai | |
// Linters (and dependencies) | |
apm install linter linter-ui-default busy-signal intentions linter-eslint | |
apm install linter-csslint linter-htmlhint linter-jsonlint linter-less | |
apm disable linter-csslint linter-htmlhint linter-jsonlint linter-less | |
// Essentials | |
apm install emmet minimap atom-beautify pigments color-picker css-comb gulp-task-launcher language-babel | |
apm disable atom-beautify | |
// Servidor | |
apm install atom-live-server | |
apm disable atom-live-server | |
// Autocompletion | |
apm install autocomplete-json autocomplete-modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment