]> git.rmz.io Git - dotfiles.git/commitdiff
add git config files
authorSamir Benmendil <ram-z@chakra-project.org>
Tue, 4 Dec 2012 07:58:43 +0000 (08:58 +0100)
committerSamir Benmendil <ram-z@chakra-project.org>
Tue, 4 Dec 2012 07:58:43 +0000 (08:58 +0100)
Makefile
gitconfig [new file with mode: 0644]
gitignore_global [new file with mode: 0644]

index 92acff662885d5e2e2e7a0a6b57b3d8eaeb0a76e..b6b32c48bed898c888c9f9763f9e2a194e0053b1 100644 (file)
--- 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 (file)
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 (file)
index 0000000..0a7d8b1
--- /dev/null
@@ -0,0 +1,2 @@
+# backup files
+*~