From caa651f5da454e83d35df086bd40883d6acaab54 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 7 Oct 2013 08:00:38 +0100 Subject: Use git instead of mercurial for cloning dotfiles on new installations --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index c3e2feb3..6eb45912 100755 --- a/install +++ b/install @@ -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 () { -- cgit 1.4.1