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 53fe206..8eac79d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,10 @@
install: ${HOME}/.config ${HOME}/bin
rsync -r hypr/ ${HOME}/.config/hypr/
+ rsync -r systemd/ ${HOME}/.config/systemd/
rsync -r tmux/ ${HOME}/.config/tmux/
rsync -r vim/ ${HOME}/.config/vim/
rsync -a bin/ ${HOME}/bin/
+ rsync -r zshrc ${HOME}/.zshrc
${HOME}/bin:
mkdir ${HOME}/bin