From: Samir Benmendil Date: Tue, 4 Dec 2012 07:58:43 +0000 (+0100) Subject: add git config files X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/62dc1c0cc441a531b374ef926d29cd1c14debb1c add git config files --- diff --git a/Makefile b/Makefile index 92acff6..b6b32c4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ APATH := $(realpath .) RPATH := $(subst $(wildcard ~/),,$(APATH)) FILES := bin -DOTFILES := aliases bash* conky* flexget vim* xbindkeysrc Xmodmap zsh* +DOTFILES := aliases bash* conky* flexget git* vim* xbindkeysrc Xmodmap zsh* .PHONY: install $(FILES) $(DOTFILES) install: $(FILES) $(DOTFILES) diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..595b374 --- /dev/null +++ b/gitconfig @@ -0,0 +1,11 @@ +[user] + email = ram-z@chakra-project.org + name = Samir Benmendil +[core] + excludesfile = /home/ramsi/.gitignore_global +[alias] +[color] + ui = auto + diff = auto +[push] + default = simple diff --git a/gitignore_global b/gitignore_global new file mode 100644 index 0000000..0a7d8b1 --- /dev/null +++ b/gitignore_global @@ -0,0 +1,2 @@ +# backup files +*~