Add gitconfig.
This commit is contained in:
parent
ba7d06593b
commit
e1080a8f29
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
FILES = ratpoisonrc vimrc Xresources zshrc emacs.el \
|
FILES = ratpoisonrc vimrc Xresources zshrc emacs.el gitconfig \
|
||||||
bashrc bash_completion screenrc commonshrc gnomerc gvimrc
|
bashrc bash_completion screenrc commonshrc gnomerc gvimrc
|
||||||
|
|
||||||
ifeq "$(USER)" "gebner"
|
ifeq "$(USER)" "gebner"
|
||||||
|
8
gitconfig
Normal file
8
gitconfig
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[user]
|
||||||
|
email = gebner@2b7e.org
|
||||||
|
name = Gabriel Ebner
|
||||||
|
[github]
|
||||||
|
user = gebner
|
||||||
|
[color]
|
||||||
|
interactive = auto
|
||||||
|
diff = auto
|
Loading…
Reference in New Issue
Block a user