all repos — nixfiles @ caa651f5da454e83d35df086bd40883d6acaab54

System and user configuration, managed by nix and home-manager

Use git instead of mercurial for cloning dotfiles on new installations

Alan Pearce
commit

caa651f5da454e83d35df086bd40883d6acaab54

parent

16b840b18e4d71f916b37ec3de7e3e2dd963449d

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M installinstall
@@ -6,7 +6,7 @@ setopt EXTENDED_GLOB
if [[ ! -d dotfiles && ${(L)host} =~ prefect ]] then - hg clone ssh://alan@home.alanpearce.co.uk:22222/dotfiles + git clone ssh://alan@home.alanpearce.co.uk:22222/~/dotfiles.git fi install-dot () {