Notes/src/Atom IDE/README.md

14 lines
388 B
Markdown
Raw Normal View History

2021-02-21 06:53:23 +00:00
# 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
<code>apm list --installed --bare > package-list.txt</code>
### To Install Package List
<code>apm install --packages-file package-list.txt</code>