Bladeren bron

gitconfig

master
Robin Thoni 8 jaren geleden
bovenliggende
commit
bc1008cb7e
2 gewijzigde bestanden met toevoegingen van 14 en 0 verwijderingen
  1. 8
    0
      git/gitconfig
  2. 6
    0
      git/install

+ 8
- 0
git/gitconfig Bestand weergeven

@@ -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 Bestand weergeven

@@ -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

Laden…
Annuleren
Opslaan