Notes/src/Atom IDE/README.md

388 B

Atom-Plugins-and-Snippets

My current packages 'n themes plus my personal Atom snippets for, HTML, CSS, JS, PHP, Shell Scripts, etc.

To Find Or Install The Snippets

Look in "${HOME}"/.atom/snippets.cson

To Generate Package List

apm list --installed --bare > package-list.txt

To Install Package List

apm install --packages-file package-list.txt