X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/558f3284dc552756546eb02be32ec3e737e7a3b0..b85739ddd6bf1f01030aa3e694926f2fa3370ccc:/INSTALL diff --git a/INSTALL b/INSTALL index 5813f80..897c5eb 100644 --- a/INSTALL +++ b/INSTALL @@ -5,19 +5,19 @@ mkdir -p ~/work/git cd !$ # Clone vcsh and make it available -git clone git://github.com/RichiH/vcsh.git vcsh-readonly -PATH+=":/home/richih/work/git/vcsh-readonly" +git clone git://github.com/RichiH/vcsh.git vcsh +PATH+=":$HOME/work/git/vcsh" export PATH # Grab my mr config. see below for details on how I set this up -zsh ~/work/git/vcsh-readonly/vcsh clone ssh:///mr.git +~/work/git/vcsh/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-readonly/vcsh clone ssh:///zsh.git -ln -s ~/work/git/vcsh-readonly/vcsh .zsh/functions +zsh ~/work/git/vcsh/vcsh clone ssh:///zsh.git +ln -s ~/work/git/vcsh/vcsh .zsh/functions zsh