- Use Dotbot to install.
git clone $url && cd dotfiles && ./install
- Install Atom Packages from the list.
apm install --packages-file atom-packages.list
- Once in awhile you have to backup your atom-packages. Sadly atom doesn't store this in an external file already. Since there is no standard storage location for atom plugin configuration, you may have to reconfigure somethings.
apm list --installed --bare > atom_packages.list