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]
|
[user]
|
||||||
name = Frank Villaro-Dixon
|
name = Frank Villaro-Dixon
|
||||||
email = frank@vi-di.fr
|
email = frank@vi-di.fr
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
branch = auto
|
branch = auto
|
||||||
diff = auto
|
diff = auto
|
||||||
interactive = auto
|
interactive = auto
|
||||||
status = auto
|
status = auto
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
st = status
|
st = status
|
||||||
ci = commit
|
ci = commit
|
||||||
co = checkout
|
co = checkout
|
||||||
br = branch
|
br = branch
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
|
|
||||||
[diff "odf"]
|
[diff "odf"]
|
||||||
textconv = odt2txt
|
textconv = odt2txt
|
||||||
|
|
||||||
[push]
|
[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/xinitrc ./.xinitrc
|
||||||
ln -s $WAI/screenrc ./.screenrc
|
ln -s $WAI/screenrc ./.screenrc
|
||||||
ln -s $WAI/octaverc ./.octaverc
|
ln -s $WAI/octaverc ./.octaverc
|
||||||
|
ln -s $WAI/mailcap ./.mailcap
|
||||||
|
|
||||||
|
|
||||||
ln -s $WAI/chooseWP.sh ~/Pictures/wallpapers/chooseWP.sh
|
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