- You have Atom installed 🚀
- You have apm installed
Run Atom > Install Shell Commands from the menu option
Note: This will wipe out any existing Atom configurations that you have.
mv ~/.atom ~/.atom_bak
git clone git@github.com:FundingCircle/dotatom.git ~/.atomInstall the Atom packages by running:
apm install --packages-file ~/.atom/package-list.txt
If you add or update an Atom package, update the package-list.txt file:
apm list --installed --bare > ~/.atom/package-list.txt