summaryrefslogtreecommitdiff
path: root/Makefile.darwin
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-01-04 19:23:03 -0800
committerFranck Cuny <franck@fcuny.net>2021-01-04 19:23:03 -0800
commit6a613d61dc235cd855bc5873b97a9f5cbd140894 (patch)
tree1332c2184ceb5e5d70b92d58311831eb3be79f67 /Makefile.darwin
parentredshift: fix longitude for Berkeley (diff)
downloademacs.d-6a613d61dc235cd855bc5873b97a9f5cbd140894.tar.gz
make: split between Darwin and Linux
There's a few things that are relevant to both OS, but there's also a bunch of stuff specific to Linux. Split the file to make it easier to maintain / read. Also add a new gitconfig file to be included depending on the OS: since Darwin is for work, let's use work email there, and personal email for Linux.
Diffstat (limited to '')
-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