Install: move dwm target directory under projects/
83d57aa680c785d705b54a0e918a07de9cd7c78b
66854cbd86c31ec95af9b22b12608fee67671671
@@ -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