]> git.rmz.io Git - dotfiles.git/commitdiff
git: use XDG_CONFIG_HOME
authorSamir Benmendil <samir.benmendil@gmail.com>
Thu, 30 Jan 2014 00:56:26 +0000 (01:56 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Thu, 30 Jan 2014 00:56:26 +0000 (01:56 +0100)
Makefile
git/config [moved from gitconfig with 87% similarity]
git/ignore [moved from gitignore_global with 100% similarity]

index 033358f780932138147e461e689f7dadca5dce5b..b9ac20f84a857a3f310989104a9bf7b24a2ffe60 100644 (file)
--- 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)
similarity index 87%
rename from gitconfig
rename to git/config
index ad77f5c9d2b02f427ac45bf413af3d8db47e9d69..bfbfc4c93ba4862057d6766642f54e8bcd8758da 100644 (file)
--- a/gitconfig
@@ -1,8 +1,6 @@
 [user]
        name = Samir Benmendil
        email = samir.benmendil@gmail.com
-[core]
-       excludesfile = /home/ramsi/.gitignore_global
 [color]
        branch = auto
        status = auto
similarity index 100%
rename from gitignore_global
rename to git/ignore