Okay ;)
This commit is contained in:
parent
2e3b067540
commit
879ebe382e
2 changed files with 30 additions and 0 deletions
28
gitconfig
Normal file
28
gitconfig
Normal 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
|
|
@ -4,3 +4,5 @@ WAI=`pwd`
|
|||
|
||||
cd ~/
|
||||
ln -s $WAI/bashrc ./.bashrc
|
||||
ln -s $WAI/vimrc ./.vimrc
|
||||
ln -s $WAI/gitconfig ./.gitconfig
|
||||
|
|
Loading…
Reference in a new issue