diff options
author | Jon Bernard <jbernard@tuxion.com> | 2012-01-01 11:19:11 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2012-01-01 11:19:11 -0500 |
commit | 73446482429d40903d0d65f2ce6785e7b56aff74 (patch) | |
tree | 9e4e832b5b243f2f9c3da576bb19bf7cde96a848 | |
parent | c595cf3473e90c4222a3752c0fecb238bb796b5b (diff) | |
download | dotfiles-73446482429d40903d0d65f2ce6785e7b56aff74.tar.gz dotfiles-73446482429d40903d0d65f2ce6785e7b56aff74.tar.bz2 dotfiles-73446482429d40903d0d65f2ce6785e7b56aff74.zip |
Document the ability to manage multiple repositories
-rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ 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. +The repository can be specified at runtime, so you can manage multiple +repositories without hassle. See the Configuration_ section below for further +details. + Directories are supported as well. Any file object in your home directory that starts with a ``.`` is fair game. |