Selaa lähdekoodia

Added git-universe

Alois Mahdal 12 vuotta sitten
vanhempi
commit
6907d4ec29
2 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. 8
    0
      dotfiles/git-universe/gitconfig
  2. 4
    0
      dotfiles/git-universe/setup

+ 8
- 0
dotfiles/git-universe/gitconfig Näytä tiedosto

@@ -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 Näytä tiedosto

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