all repos — nixfiles @ 83d57aa680c785d705b54a0e918a07de9cd7c78b

System and user configuration, managed by nix and home-manager

Install: move dwm target directory under projects/

Alan Pearce
commit

83d57aa680c785d705b54a0e918a07de9cd7c78b

parent

66854cbd86c31ec95af9b22b12608fee67671671

1 file 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