How to share/transfer an Atom installation (packages and settings) from one Mac to another?
Is it possible to copy Atom from one Mac to another, including all installed packages, settings etc? There are several ways to synchronize your settings and packages between Atom installations: Git: Create a public or private Git repo and store the contents of your local ~/.atom folder in there. Ignore the following files/directories in a .gitignore file: storage compile-cache dev .npm .node-gyp Use a package like sync-settings . This will store your configuration in a GitHub Gist. Dropbox (or similar): Move your ~/.atom folder to your Dropbox folder and then symlink it from there to its