From 62c2bd0db45a38fb59c73a481923a3772598dddc Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Tue, 30 Jul 2013 15:55:38 +0200 Subject: [PATCH] mailcap file && gitconfig --- gitconfig | 36 +++++++++++++++++++++--------------- install.sh | 2 ++ mailcap | 1 + 3 files changed, 24 insertions(+), 15 deletions(-) create mode 100644 mailcap diff --git a/gitconfig b/gitconfig index 5d37733..842b7f5 100644 --- a/gitconfig +++ b/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 diff --git a/install.sh b/install.sh index c291e58..3ac9f82 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/mailcap b/mailcap new file mode 100644 index 0000000..c670154 --- /dev/null +++ b/mailcap @@ -0,0 +1 @@ +image/jpeg; eog %s