From: Richard Hartmann Date: Thu, 27 Oct 2011 21:25:36 +0000 (+0200) Subject: Merge branch 'master' of github.com:RichiH/vcsh X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/9430c6d15909f3e058f0ef1dbdd27e5f3e650ff9?hp=27ef55d713132fd0b71c7ab3f759c815dcb4baec Merge branch 'master' of github.com:RichiH/vcsh Conflicts: INSTALL --- diff --git a/INSTALL b/INSTALL index 4987191..13f7b32 100644 --- a/INSTALL +++ b/INSTALL @@ -107,16 +107,14 @@ This is how my old setup procedure looked like. Adapt it to your own style or co sudo ln -s ~/work/git/vcsh/vcsh /usr/bin/local hash -r - # Grab my mr config. See below for details on how I set this up. - ~/work/git/vcsh/vcsh clone ssh:///mr.git +Grab my mr config. see below for details on how I set this up + + vcsh clone ssh:///mr.git cd ~/.config/mr/config.d/ ln -s ../available.d/* . ----------------- - -# The old tutorial (?) # - # mr is used to actually retrieve configs, etc +mr is used to actually retrieve configs, etc ~ % cat ~/.mrconfig [DEFAULT] diff --git a/README b/README index 5933b5a..d52283d 100644 --- a/README +++ b/README @@ -3,10 +3,10 @@ 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. -vcsh was designed with mr [1] in mind so you might want to install that, as well. +Read INSTALL for detailed setup instructions. Questions? RichiH@{freenode,OFTC,IRCnet}