@@ -0,0 +1,8 @@
+[user]
+ name = Alois Mahdal
+[color]
+ ui = true
+[core]
+ editor = vim
+[alias]
+ gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo "[include]">>~/.gitconfig
+echo " path = ~/.git-universe/gitconfig">>~/.gitconfig