rvantonisse / atom-init

Used for a quick install of Atom packages and settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Used for a quick install of Atom packages and settings


Languages

Language:CSS 66.4%Language:CoffeeScript 33.6%