Skip to content

CyberStrike/dotfiles

Repository files navigation

  1. Use Dotbot to install.
git clone $url && cd dotfiles && ./install
  1. Install Atom Packages from the list.
apm install --packages-file atom-packages.list
  1. 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