all repos — archive/dotfiles @ 83d57aa680c785d705b54a0e918a07de9cd7c78b

Superseded by nixfiles

Install: move dwm target directory under projects/
Alan Pearce alan@alanpearce.co.uk
Sun, 05 May 2013 15:43:24 +0100
commit

83d57aa680c785d705b54a0e918a07de9cd7c78b

parent

66854cbd86c31ec95af9b22b12608fee67671671

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M installinstall
@@ -36,9 +36,9 @@ install-dot .emacs.d/ dotfiles/emacs/*
 install-dot . dotfiles/^install(.) dotfiles/zsh/zshrc
 install-dot .ssh/ dotfiles/ssh/*
-if [[ -d dwm ]]
+if [[ -d projects/dwm ]]
 then
-	install-dot dwm/ dotfiles/dwm/*
+	install-dot projects/dwm/ dotfiles/dwm/*
 fi
 
 popd