aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-12-27 15:16:19 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-12-27 15:16:19 +0100
commit5099cb32da70697a8a4dfa920a41d0bbce199673 (patch)
tree4c1992dbb90eb4b406a6fc4aa3cabf13eba22675 /Makefile
parent786efb4a1be4f68c1901221b8aa6121e715cb2b2 (diff)
downloaddotfiles-5099cb32da70697a8a4dfa920a41d0bbce199673.tar.xz
makefile -> Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c71436b
--- /dev/null
+++ b/Makefile
@@ -0,0 +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"