Explorar el Código

gitconfig

master
Robin Thoni hace 8 años
padre
commit
bc1008cb7e
Se han modificado 2 ficheros con 14 adiciones y 0 borrados
  1. 8
    0
      git/gitconfig
  2. 6
    0
      git/install

+ 8
- 0
git/gitconfig Ver fichero

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

@@ -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…
Cancelar
Guardar