Skip to content

Instantly share code, notes, and snippets.

@cristacheda
Last active November 23, 2018 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cristacheda/33541dec96ea7215f69a5798d2c05a7c to your computer and use it in GitHub Desktop.
Save cristacheda/33541dec96ea7215f69a5798d2c05a7c to your computer and use it in GitHub Desktop.
List of packages used on Atom
https://atom.io/packages/autocomplete-font-awesome
https://atom.io/packages/autocomplete-font-awesome
https://atom.io/packages/color-picker
https://atom.io/packages/wordpress-autocomplete
https://atom.io/packages/zp-acf-snippets
Fira Mono, Menlo, Consolas, DejaVu Sans Mono, monospace
https://github.com/mozilla/Fira/releases/latest
https://github.com/hbin/top-programming-fonts/raw/master/Menlo-Regular.ttf
atom-beautify
autocomplete-font-awesome
busy-signal
color-picker
emmet
file-icons
intentions
linter
linter-csslint
linter-htmlhint
linter-js-yaml
linter-jshint
linter-php
linter-phpcs
linter-phpmd
linter-scss-lint
linter-tidy
linter-ui-default
wordpress-api
wordpress-autocomplete
wp-snippets
zp-acf-snippets
highlight-selected
https://discuss.atom.io/t/installed-packages-list-into-single-file/12227/2
keymap.cson
'.pane .editor:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
config.cson
"*":
autosave:
enabled: true
"color-picker":
preferredFormat: "HEX"
core:
disabledPackages: [
"linter"
"linter-csslint"
"linter-htmlhint"
"linter-js-yaml"
"linter-jshint"
"linter-php"
"linter-phpcs"
"linter-phpmd"
"linter-scss-lint"
"linter-tidy"
"linter-ui-default"
]
telemetryConsent: "limited"
editor:
fontFamily: "Fira Mono, Menlo, Consolas, DejaVu Sans Mono, monospace"
scrollPastEnd: true
showIndentGuide: true
showInvisibles: true
softWrap: true
"exception-reporting":
userId: "77bc2d24-3453-4960-b59b-4d84995fdbcd"
"tree-view":
hideVcsIgnoredFiles: true
welcome:
showOnStartup: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment