aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-18 19:22:14 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-08-18 19:22:14 +0200
commit49ec1d365758456fb1699ed66f6c987d6d661f7f (patch)
tree7632e6cd4b1bc401d17a086536a73caabce48cc1 /makefile
parent0ac47bd68664899fae4280dcd5a3219b6daa2ca0 (diff)
downloaddotfiles-49ec1d365758456fb1699ed66f6c987d6d661f7f.tar.xz
ssh: import config
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"