summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
authorAlan Pearce2013-10-07 08:00:38 +0100
committerAlan Pearce2013-10-07 08:00:38 +0100
commitcaa651f5da454e83d35df086bd40883d6acaab54 (patch)
tree333e4f9ca9ff928ee01a8842b8a26d59f6b4dee0 /install
parent16b840b18e4d71f916b37ec3de7e3e2dd963449d (diff)
downloaddotfiles-caa651f5da454e83d35df086bd40883d6acaab54.tar.lz
dotfiles-caa651f5da454e83d35df086bd40883d6acaab54.tar.zst
dotfiles-caa651f5da454e83d35df086bd40883d6acaab54.zip
Use git instead of mercurial for cloning dotfiles on new installations
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index c3e2feb..6eb4591 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 () {