summaryrefslogtreecommitdiff
path: root/Makefile.darwin
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.darwin')
-rw-r--r--Makefile.darwin6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.darwin b/Makefile.darwin
new file mode 100644
index 0000000..3621942
--- /dev/null
+++ b/Makefile.darwin
@@ -0,0 +1,6 @@
+.PHONY: install-darwin-symlinks
+install-darwin-symlinks: install-general
+ $(LN) $(PWD)/gitconfig.twitter $(HOME)/.gitconfig.private
+ $(LN) $(PWD)/emacs.d $(HOME)/.emacs.d
+
+install: install-darwin-symlinks