From 3ad6e99bcaf043ad9d6df0c1bd0376dc78ec31d6 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Mon, 23 May 2011 00:36:53 +0200
Subject: [PATCH] Added README

---
 README | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 0000000..5933b5a
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+vcsh - manage and sync config files via git
+
+vcsh allows you to have several git repositories, all maintaining their working trees in $HOME without clobbering each other.
+That, in turn, means you can have one repository per config set (zsh, vim, ssh, etc), picking and choosing which configs you want to use on which machine.
+
+It's been written for use with zsh, but it works with bash and even sh. Expect full support for /bin/sh soonish.
+
+
+vcsh was designed with mr [1] in mind so you might want to install that, as well.
+
+
+Questions? RichiH@{freenode,OFTC,IRCnet}
+
+[1] http://kitenet.net/~joey/code/mr/
-- 
GitLab