summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbbf6a1..d49f359 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,13 @@
clean:
rm -f $$HOME/.profile
+ rm -f $$HOME/.xinitrc
+ rm -f $$HOME/.xprofile
rm -f $$HOME/.zprofile
stow --verbose --target=$$HOME --delete */
install:
stow --verbose --target=$$HOME --restow */
- ln -s $$HOME/.config/zsh/zprofile $$HOME/.zprofile
+ ln -s $$HOME/.config/xinitrc $$HOME/.xinitrc
+ ln -s $$HOME/.config/xprofile $$HOME/.xprofile
ln -s $$HOME/.config/zsh/zprofile $$HOME/.profile
+ ln -s $$HOME/.config/zsh/zprofile $$HOME/.zprofile