/atom-init

Used for a quick install of Atom packages and settings

Primary LanguageCSS

Atom init

By rvantonisse

Used to quickly reinstall most used packages and configs.

Usage

Clone this repo into ~/.atom.

Install listed packages in packages-list.txt:

$ apm install --packages-file ~/.atom/packages-list.txt

Update packages-list.txt

# With apm list:
$ apm list --installed --no-dev --bare > ~/.atom/packages-list.txt

# Or add manually:
$ atom ~/.atom/packages-list.txt