← All repos

drop-dot

Sync config files, dot files, and directories across UNIX machines using Dropbox.

Browse cluster: Godot XR and Game Development Tools
80commits
1contributors
2languages

Tech stack & purpose

Drop-dot is a Node.js utility that synchronizes configuration files and directories across multiple Unix machines using Dropbox. Users configure which dotfiles to sync by listing them in a `.drop-dot` configuration file stored in their Dropbox directory, then use the `drop` command to move files into Dropbox and create symlinks, and the `link` command on other machines to recreate those symlinks locally. The project is written in ClojureScript and transpiled to Node.js, and it depends on the npm packages minimist (for command-line argument parsing) and expand-home-dir (for expanding tilde paths).

Community & reference links

Languages

JavaScript
89.2%
Clojure
10.8%

Contributors