summary refs log tree commit diff
path: root/Makefile.darwin
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-01-04 19:47:49 -0800
committerFranck Cuny <franck@fcuny.net>2021-01-04 19:47:49 -0800
commit0454a3536bdef1657510faa1e472fc5aa9d518a7 (patch)
treee2b561ea5d6acc2b368641b57abab8ee5fd9dd9c /Makefile.darwin
parentmake: split between Darwin and Linux (diff)
downloademacs.d-0454a3536bdef1657510faa1e472fc5aa9d518a7.tar.gz
git: store configuration under XDG_CONFIG_HOME
Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the
configuration files there.
Diffstat (limited to 'Makefile.darwin')
-rw-r--r--Makefile.darwin2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.darwin b/Makefile.darwin
index 3621942..8b573fa 100644
--- a/Makefile.darwin
+++ b/Makefile.darwin
@@ -1,6 +1,6 @@
 .PHONY: install-darwin-symlinks
 install-darwin-symlinks: install-general
-	$(LN) $(PWD)/gitconfig.twitter $(HOME)/.gitconfig.private
+	$(LN) $(PWD)/config/git/user.work $(HOME)/.config/user
 	$(LN) $(PWD)/emacs.d $(HOME)/.emacs.d
 
 install: install-darwin-symlinks