From 2a83324d56b554696044410179b6eae122e95eca Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 30 Jan 2014 01:56:26 +0100 Subject: [PATCH] git: use XDG_CONFIG_HOME --- Makefile | 2 +- gitconfig => git/config | 2 -- gitignore_global => git/ignore | 0 3 files changed, 1 insertion(+), 3 deletions(-) rename gitconfig => git/config (87%) rename gitignore_global => git/ignore (100%) diff --git a/Makefile b/Makefile index 033358f..b9ac20f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ APATH := $(realpath .) FILES := bin DOTFILES := aliases bash* conky* flexget git* goobookrc msmtp* mutt ncmpcpp offlineimap* profile vim* weechat xbindkeysrc Xresources xprofile zprofile zshrc -CONFIGFILES := compton.conf mimeo.conf mpd retroarch xkb zsh +CONFIGFILES := compton.conf git mimeo.conf mpd retroarch xkb zsh .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) diff --git a/gitconfig b/git/config similarity index 87% rename from gitconfig rename to git/config index ad77f5c..bfbfc4c 100644 --- a/gitconfig +++ b/git/config @@ -1,8 +1,6 @@ [user] name = Samir Benmendil email = samir.benmendil@gmail.com -[core] - excludesfile = /home/ramsi/.gitignore_global [color] branch = auto status = auto diff --git a/gitignore_global b/git/ignore similarity index 100% rename from gitignore_global rename to git/ignore -- 2.48.1