summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index f1c11bc..2503369 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -25,6 +25,21 @@
[core]
excludesfile = ~/.gitexcludes
+# colors :D
+[color]
+ ui = auto
+ status = false
+[color "branch"]
+ current = yellow bold
+ local = yellow dim
+ remote = cyan dim
+[color "diff"]
+ whitespace = red reverse
+ frag = magenta
+[color "decorate"]
+ tag = green bold
+ branch = yellow bold
+
# this allows to write 'nec:bla/blubb'
[url "git://git.necoro.eu/"]
insteadOf = "nec:"