This commit is contained in:
Frank Villaro-Dixon 2013-06-02 01:19:43 +02:00
parent 2e3b067540
commit 879ebe382e
2 changed files with 30 additions and 0 deletions

28
gitconfig Normal file
View file

@ -0,0 +1,28 @@
[user]
name = Frank Villaro-Dixon
email = frank@vi-di.fr
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = auto
[alias]
st = status
ci = commit
co = checkout
br = branch
[core]
editor = vim
[merge]
tool = vimdiff
[diff "odf"]
textconv = odt2txt
[push]
default = simple

View file

@ -4,3 +4,5 @@ WAI=`pwd`
cd ~/ cd ~/
ln -s $WAI/bashrc ./.bashrc ln -s $WAI/bashrc ./.bashrc
ln -s $WAI/vimrc ./.vimrc
ln -s $WAI/gitconfig ./.gitconfig