From 0454a3536bdef1657510faa1e472fc5aa9d518a7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Jan 2021 19:47:49 -0800 Subject: git: store configuration under XDG_CONFIG_HOME Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there. --- Makefile.darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.darwin') 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 -- cgit v1.2.3