Browse Source

gitconfig

master
Robin Thoni 8 years ago
parent
commit
bc1008cb7e
2 changed files with 14 additions and 0 deletions
  1. 8
    0
      git/gitconfig
  2. 6
    0
      git/install

+ 8
- 0
git/gitconfig View File

@@ -0,0 +1,8 @@
1
+[user]
2
+	name = Robin THONI
3
+	email = robin@rthoni.com
4
+[alias]
5
+	ci = commit
6
+	p = push
7
+[color]
8
+	status = auto

+ 6
- 0
git/install View File

@@ -0,0 +1,6 @@
1
+#! /usr/bin/env bash
2
+
3
+for file in gitconfig
4
+do
5
+  ln -sf "$PWD"/$file ~/.$file
6
+done

Loading…
Cancel
Save