diff options
author | Jon Bernard <jbernard@tuxion.com> | 2013-06-04 22:41:10 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 09:38:44 -0500 |
commit | bffc06a95eb978ce96f1b25efc2c01b034c45244 (patch) | |
tree | f94be19b968dca08eaee6284c097a135a63a5d3d | |
parent | 896e0fb99d62be8f19dff79e41c9a2bd7ea723b1 (diff) | |
download | dotfiles-bffc06a95eb978ce96f1b25efc2c01b034c45244.tar.gz dotfiles-bffc06a95eb978ce96f1b25efc2c01b034c45244.tar.bz2 dotfiles-bffc06a95eb978ce96f1b25efc2c01b034c45244.zip |
Mention using Dropbox to synchronize a dotfiles repository
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ Dotfile management made easy ``dotfiles`` is a tool to make managing your dotfile symlinks in ``$HOME`` easy, allowing you to keep all your dotfiles in a single directory. -Hosting is up to you. Using whatever VCS you prefer, or even rsync, you can -easily distribute your dotfiles repository across multiple hosts. +Hosting is up to you. You can use a VCS like git, Dropbox, or even rsync to +distribute your dotfiles repository across multiple hosts. The repository can be specified at runtime, so you can manage multiple repositories without hassle. See the Configuration_ section below for further |