# Atom-Plugins-and-Snippets My current packages 'n themes plus my personal Atom snippets for, HTML, CSS, JS, PHP, Shell Scripts, etc. ### Auto completion setup For your python environment run:
python -m pip install jedi 'python-language-server[all]' For Atom, install this package: https://atom.io/packages/autocomplete-python ### 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