X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/ce36573b63a03a3b997dd3e0c09b886917b96e49..c9ea249c48750be6524c67a9bc362fabe2226949:/INSTALL diff --git a/INSTALL b/INSTALL index ff46af3..5ac7510 100644 --- a/INSTALL +++ b/INSTALL @@ -64,6 +64,13 @@ This is the beauty of it all. Once you are set up, just run: Neat. +=The steal-from-template way= + + git clone git://github.com/RichiH/vcsh_mr_template.git + +Then look around in the clone. Should be reasonable simple to understand. If not, poke me RichiH on freenode (query) or OFTC (#vcs-home). + + =The manual way= # This is how my setup looks. Adapt to your style or copy mine verbatim, both is fine. @@ -74,26 +81,20 @@ Neat. # Clone vcsh and make it available git clone git://github.com/RichiH/vcsh.git vcsh - PATH+=":$HOME/work/git/vcsh" - export PATH + 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 + vcsh clone ssh:///mr.git cd ~/.config/mr/config.d/ ln -s ../available.d/* . -# make vcsh work by default. Adapt for Bash etc as needed - cd - zsh ~/work/git/vcsh/vcsh clone ssh:///zsh.git - ln -s ~/work/git/vcsh/vcsh .zsh/functions - zsh - ################ -# mr +# mr is used to actually retrieve configs, etc ~ % cat ~/.mrconfig [DEFAULT]