From: Samir Benmendil Date: Thu, 30 Jan 2014 00:56:26 +0000 (+0100) Subject: git: use XDG_CONFIG_HOME X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/2a83324d56b554696044410179b6eae122e95eca?hp=ba37fa63e8cdedbe958ab51a6aaddcfa4ed2f65d git: use XDG_CONFIG_HOME --- 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