diff options
author | Jon Bernard <jbernard@tuxion.com> | 2012-01-01 11:41:10 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2012-01-01 11:41:10 -0500 |
commit | 81529f062459efc2c7c5d00761767797aae6f830 (patch) | |
tree | 94a9691726d1402e321cb3305e78f4db9d1995f1 /README.rst | |
parent | af27db8aed8d3aa7695bc35b9c2180aa90757635 (diff) | |
parent | 6cf8d5fdae4fda5be0fd3bcea4afd7883d56a188 (diff) | |
download | dotfiles-81529f062459efc2c7c5d00761767797aae6f830.tar.gz dotfiles-81529f062459efc2c7c5d00761767797aae6f830.tar.bz2 dotfiles-81529f062459efc2c7c5d00761767797aae6f830.zip |
Merge branch 'release/0.5.2'v0.5.2
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -7,6 +7,13 @@ 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. + Interface --------- @@ -14,7 +21,7 @@ Interface Add dotfile(s) to the repository. ``-c, --check`` - Check for missing or unmanged dotfiles. + Check for missing or unsynced dotfiles. ``-l, --list`` List currently managed dotfiles, one per line. |