]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
Add .gitconfig
authorR. Steve McKown <rsmckown@gmail.com>
Sat, 17 Oct 2015 08:02:31 +0000 (02:02 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Sat, 17 Oct 2015 08:02:31 +0000 (02:02 -0600)
gitconfig [new file with mode: 0644]
install.sh

diff --git a/gitconfig b/gitconfig
new file mode 100644 (file)
index 0000000..0f4f4e6
--- /dev/null
+++ b/gitconfig
@@ -0,0 +1,23 @@
+[user]
+       name = R. Steve McKown
+       email = rsmckown@gmail.com
+[color]
+       ui = auto
+[alias]
+       llog = log --date=local
+[log]
+       decorate = true
+[diff]
+        ; diff.tool kdiff3 useful for 'git diffall'
+       tool = kdiff3
+       mnemonicprefix = true
+[difftool]
+       prompt = false
+[merge]
+       tool = vimdiff
+[mergetool]
+       prompt = false
+[push]
+       default = simple
+[branch]
+       autosetuprebase = always
index ee4265a170946804569b639aecaf65beb4485530..10024b65a715162caabcc32e94b6cbb687288dce 100755 (executable)
@@ -37,3 +37,4 @@ dolink .dotfiles/Xdefaults .Xdefaults
 dolink .dotfiles/Xresources .Xresources
 dolink .dotfiles/xbindkeysrc.scm .xbindkeysrc.scm
 dolink .dotfiles/dwmrc .dwmrc
+dolink .dotfiles/gitconfig .gitconfig