From 72bfcca4f0a9732e35ec70aee14ffaee4a23a4af Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Mon, 13 Feb 2017 20:27:11 +0100 Subject: [PATCH] Install .gitconfig --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 7daff29..9a1768a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,6 +6,7 @@ ALLSRC = \ .zprofile \ .zshenv \ .zshrc \ + .gitconfig \ ALLDST = $(subst ., $(HOME)/., $(ALLSRC))