Staging #13

Merged
steveej merged 9 commits from staging into master 2018-11-11 00:08:07 +00:00
Showing only changes of commit 1f14b36557 - Show all commits

View file

@ -27,7 +27,7 @@ in pkgs.writeScript "activation-script" ''
if ! test -d $HOME/.config/vcsh/repo.d/dotfiles.git; then
echo Cloning dotfiles for $HOST...
${pkgs.vcsh}/bin/vcsh clone -b $HOST ${repoBareLocal}
${pkgs.vcsh}/bin/vcsh clone -b $HOST ${repoBareLocal} dotfiles
set_remotes ${repoHttps} ${repoSsh}
else
set_remotes ${repoBareLocal} ${repoSsh}