atom-ownsync

A hacky configuration synchronization tool

nekromant

188

1

0.1.2

WTFPL

GitHub

The atom-ownsync package

BIG FAT WARNING: This plugin is very early alpha. If you are going to try it out - MAKE YOUR OWN BACKUP of the .atom folder in case bugs happen.

This package provides a simple way to sync your atom configuration over several computers via existing file synchronization tools. This package is planned to have 2 modes of operation:

Getting started

apm install atom-ownsync

Why not just add/symlink .atom to your dropbox folder?

.atom directory contains thousands of files, thanks to the way nodejs and the rest of the software stack works. Synchronization of thousands of small files is painfully slow and provides a HUGE load both for the desktop sync client and the server your are synchronizing with. Pushing a .tar file back and forth is way faster, though consumes a bit of network traffic.

Works under

WARNING: This plugin is very early alpha. Only been tested and works on linux and mac, since it relies on tar for creating tarballs. Windows support is on the way

HELP WANTED: The author of this plugin is not very familiar with js/coffeescript being more a linux kernel dev. If you are a js guru and can spare a few minutes to do a proper code review I'd be very grateful

TODO:

A screenshot of your package