summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index 16d30c5..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 () {
@@ -35,7 +35,7 @@ install-dot () {
 
 install-dot dotfiles/.git/hooks/ dotfiles/git-hooks/*
 install-dot .emacs.d/ dotfiles/emacs/*
-install-dot . dotfiles/^install(.) dotfiles/zsh/zshrc
+install-dot . dotfiles/^install(.) dotfiles/zsh/zshrc dotfiles/zsh/fasdrc
 install-dot .ssh/ dotfiles/ssh/*
 if [[ -d projects/dwm ]]
 then