mailcap file && gitconfig
This commit is contained in:
parent
d99cbf8a4e
commit
62c2bd0db4
3 changed files with 24 additions and 15 deletions
36
gitconfig
36
gitconfig
|
@ -1,28 +1,34 @@
|
|||
[user]
|
||||
name = Frank Villaro-Dixon
|
||||
email = frank@vi-di.fr
|
||||
name = Frank Villaro-Dixon
|
||||
email = frank@vi-di.fr
|
||||
|
||||
[color]
|
||||
branch = auto
|
||||
diff = auto
|
||||
interactive = auto
|
||||
status = auto
|
||||
ui = auto
|
||||
branch = auto
|
||||
diff = auto
|
||||
interactive = auto
|
||||
status = auto
|
||||
ui = auto
|
||||
|
||||
[alias]
|
||||
st = status
|
||||
ci = commit
|
||||
co = checkout
|
||||
br = branch
|
||||
st = status
|
||||
ci = commit
|
||||
co = checkout
|
||||
br = branch
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
editor = vim
|
||||
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
tool = vimdiff
|
||||
|
||||
[diff "odf"]
|
||||
textconv = odt2txt
|
||||
textconv = odt2txt
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
default = simple
|
||||
|
||||
[sendemail]
|
||||
smtpencryption = tls
|
||||
smtpserver = www.villaro-dixon.eu
|
||||
smtpserverport = 587
|
||||
smtpuser = frank_mail
|
||||
|
|
|
@ -11,6 +11,8 @@ ln -s $WAI/gitconfig ./.gitconfig
|
|||
ln -s $WAI/xinitrc ./.xinitrc
|
||||
ln -s $WAI/screenrc ./.screenrc
|
||||
ln -s $WAI/octaverc ./.octaverc
|
||||
ln -s $WAI/mailcap ./.mailcap
|
||||
|
||||
|
||||
ln -s $WAI/chooseWP.sh ~/Pictures/wallpapers/chooseWP.sh
|
||||
|
||||
|
|
1
mailcap
Normal file
1
mailcap
Normal file
|
@ -0,0 +1 @@
|
|||
image/jpeg; eog %s
|
Loading…
Reference in a new issue