X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/db8730107eeaf7162209254791de38ee5147d013..c9ea249c48750be6524c67a9bc362fabe2226949:/INSTALL diff --git a/INSTALL b/INSTALL index 76d887b..5ac7510 100644 --- a/INSTALL +++ b/INSTALL @@ -81,26 +81,20 @@ Then look around in the clone. Should be reasonable simple to understand. If not # 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]