Add .gitconfig and install.sh

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2016-09-12 21:12:10 +02:00
parent 3aee19333c
commit 035ca90868
4 changed files with 43 additions and 0 deletions

9
.gitconfig Normal file
View file

@ -0,0 +1,9 @@
[user]
email = severin.kaderli@gmail.com
name = Severin Kaderli
[alias]
l = log --pretty=oneline -n 20 --graph --abbrev-commit
s = status
a = add --all
c = commit -s -m