diff options
author | Alan Pearce | 2013-10-07 08:00:38 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-07 08:00:38 +0100 |
commit | caa651f5da454e83d35df086bd40883d6acaab54 (patch) | |
tree | 333e4f9ca9ff928ee01a8842b8a26d59f6b4dee0 /install | |
parent | 16b840b18e4d71f916b37ec3de7e3e2dd963449d (diff) | |
download | nixfiles-caa651f5da454e83d35df086bd40883d6acaab54.tar.lz nixfiles-caa651f5da454e83d35df086bd40883d6acaab54.tar.zst nixfiles-caa651f5da454e83d35df086bd40883d6acaab54.zip |
Use git instead of mercurial for cloning dotfiles on new installations
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |