Browse Source

Added git-universe

Alois Mahdal 12 years ago
parent
commit
6907d4ec29
2 changed files with 12 additions and 0 deletions
  1. 8
    0
      dotfiles/git-universe/gitconfig
  2. 4
    0
      dotfiles/git-universe/setup

+ 8
- 0
dotfiles/git-universe/gitconfig View File

@@ -0,0 +1,8 @@
1
+[user]
2
+	name = Alois Mahdal
3
+[color]
4
+	ui = true
5
+[core]
6
+	editor = vim
7
+[alias]
8
+  gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"

+ 4
- 0
dotfiles/git-universe/setup View File

@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+
3
+echo "[include]">>~/.gitconfig
4
+echo "    path = ~/.git-universe/gitconfig">>~/.gitconfig