aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d5a3858a..485ac2a8 100644
--- a/Makefile
+++ b/Makefile
@@ -332,8 +332,10 @@ install-x :
install -pm 0644 -- X/Xresources.d/* "$(HOME)"/.Xresources.d
install-zsh : install-sh
+ install -m 0755 -d -- "$(HOME)"/.zshrc.d
install -pm 0644 -- zsh/zprofile "$(HOME)"/.zprofile
install -pm 0644 -- zsh/zshrc "$(HOME)"/.zshrc
+ install -pm 0644 -- zsh/zshrc.d/* "$(HOME)"/.zshrc.d
check : check-bash \
check-bin \