aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile b/makefile
index bae02d1..64ba006 100644
--- a/makefile
+++ b/makefile
@@ -1,3 +1,4 @@
install:
- ln -sf .config/zsh/.zshenv "$(HOME)/.zshenv"
- ln -sf .config/pentadactyl/pentadactylrc "$(HOME)/.pentadactylrc"
+ -ln -s "$(HOME)/.config/zsh/.zshenv" "$(HOME)/.zshenv"
+ -ln -s "$(HOME)/.config/pentadactyl/pentadactylrc" "$(HOME)/.pentadactylrc"
+ -ln -sn "$(HOME)/.config/ssh/" "$(HOME)/.ssh"