From bffc06a95eb978ce96f1b25efc2c01b034c45244 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Tue, 4 Jun 2013 22:41:10 -0400 Subject: Mention using Dropbox to synchronize a dotfiles repository --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index dca0e9b..bda23e2 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit v1.2.3 From a232385aadf5a4f7065c14e183ccbd667e131a0b Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Tue, 18 Jun 2013 22:18:26 -0400 Subject: Include pypi and travis-ci badges on README.rst --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index bda23e2..4f93ec0 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,12 @@ Dotfile management made easy ============================ +.. image:: https://pypip.in/v/dotfiles/badge.png + :target: https://pypi.python.org/pypi/dotfiles + +.. image:: https://secure.travis-ci.org/jbernard/dotfiles.png?branch=develop + :target: http://travis-ci.org/jbernard/dotfiles + ``dotfiles`` is a tool to make managing your dotfile symlinks in ``$HOME`` easy, allowing you to keep all your dotfiles in a single directory. -- cgit v1.2.3 From 70c4ce33c98ae76fa04ac7e8bc772ec8f93a07dc Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Tue, 25 Jun 2013 17:25:58 -0400 Subject: Update documentation for single-sync operation --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 4f93ec0..2b59069 100644 --- a/README.rst +++ b/README.rst @@ -35,9 +35,10 @@ Interface ``-r, --remove `` Remove dotfile(s) from the repository. -``-s, --sync`` +``-s, --sync `` Update dotfile symlinks. You can overwrite colliding files with ``-f`` or - ``--force``. + ``--force``. All dotfiles are assumed if you do not specify any files to + this command. ``-m, --move`` Move dotfiles repository to another location. -- cgit v1.2.3 From 79b52642e63dc90b28f6009a7f314b2152e28e89 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Thu, 7 Nov 2013 09:33:56 -0500 Subject: Update sync documentation to indicate optional file argument --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 2b59069..16153fe 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Interface ``-r, --remove `` Remove dotfile(s) from the repository. -``-s, --sync `` +``-s, --sync [file...]`` Update dotfile symlinks. You can overwrite colliding files with ``-f`` or ``--force``. All dotfiles are assumed if you do not specify any files to this command. -- cgit v1.2.3 From e04b5e6cb601bce8c5e3db1b6dd998158d7d4b42 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Thu, 7 Nov 2013 09:34:21 -0500 Subject: Update move documentation to be more concise --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 16153fe..640d174 100644 --- a/README.rst +++ b/README.rst @@ -40,8 +40,9 @@ Interface ``--force``. All dotfiles are assumed if you do not specify any files to this command. -``-m, --move`` - Move dotfiles repository to another location. +``-m, --move `` + Move dotfiles repository to another location, updating all symlinks in the + process. For all commands you can use the ``--dry-run`` option, which will print actions and won't modify anything on your drive. -- cgit v1.2.3