aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c71436b..6516ed0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
install:
- -ln -s "$(HOME)/.config/zsh/.zshenv" "$(HOME)/.zshenv"
- -ln -s "$(HOME)/.config/pentadactyl/pentadactylrc" "$(HOME)/.pentadactylrc"
- -ln -sn "$(HOME)/.config/ssh" "$(HOME)/.ssh"
+ -ln -sf "$(PWD)/zsh/.zshenv" "$(HOME)/.zshenv"
+ -ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh"
+ -ln -sfn "$(PWD)/gnupg" "$(HOME)/.gnupg"