vim things +mutt

This commit is contained in:
Frank Villaro-Dixon 2013-08-04 17:50:26 +02:00
parent 86a57192ef
commit 2a630c952c
10 changed files with 1208 additions and 5 deletions

1
bashrc
View file

@ -116,6 +116,7 @@ alias upgrub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
alias ssh='ssh-add -l >/dev/null || ssh-add ~/.ssh/id_rsa.auth && unalias ssh; ssh'
alias upkey='gpg --keyserver subkeys.pgp.net --send-key 6F36914A'
alias shm='cd /dev/shm'
#MONITOR_PATH=~/Programmation/Utils/monitor.sh
#alias dual='$MONITOR_PATH dual'

View file

@ -44,6 +44,17 @@ if [ ! -d "./skeletons" ]; then mkdir skeletons; fi;
cd skeletons
for i in `ls $WAI/vim/skeletons`; do ln -s $WAI/vim/skeletons/$i ./$i; done
cd ..
if [ ! -d "./spell" ]; then mkdir spell; fi;
cd spell
for i in `ls $WAI/vim/spell`; do ln -s $WAI/vim/spell/$i ./$i; done
cd ..
if [ ! -d "./plugin" ]; then mkdir plugin; fi;
cd plugin
for i in `ls $WAI/vim/plugin`; do ln -s $WAI/vim/plugin/$i ./$i; done
cd ~
if [ -d "Programmation" ]; then mkdir Programmation; fi;
cd ~/Programmation

View file

@ -3,7 +3,7 @@ set pgp_verify_command="gpg --no-verbose --batch --output - --verify %s %f"
set pgp_decrypt_command="gpg --passphrase-fd 0 --no-verbose --batch --output - %f"
set pgp_sign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"
set pgp_clearsign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
set pgp_encrypt_only_command="pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust --encrypt-to 0xC9C40C31 -- -r %r -- %f"
set pgp_encrypt_only_command="pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust --encrypt-to 0x6F36914A -- -r %r -- %f"
set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust --encrypt-to 0x6F36914A -- -r %r -- %f"
set pgp_import_command="gpg --no-verbose --import -v %f"
set pgp_export_command="gpg --no-verbose --export --armor %r"
@ -28,14 +28,14 @@ set pgp_good_sign="^gpg: Good signature from"
# automatically sign all outgoing messages
#set crypt_autosign
# sign only replies to signed messages
#set crypt_replysign
set crypt_replysign
# automatically encrypt outgoing messages
set crypt_autoencrypt=yes
#set crypt_autoencrypt=yes
# encrypt only replies to signed messages
set crypt_replyencrypt=yes
#set crypt_replyencrypt=yes
# encrypt and sign replies to encrypted messages
set crypt_replysignencrypted=yes
#set crypt_replysignencrypted=yes
# automatically verify the sign of a message when opened
set crypt_verify_sig=yes

1177
vim/plugin/gnupg.vim Normal file

File diff suppressed because it is too large Load diff

5
vim/spell/en.utf-8.add Normal file
View file

@ -0,0 +1,5 @@
spelllang
nocompatible
Villaro
UTC
init

BIN
vim/spell/en.utf-8.add.spl Normal file

Binary file not shown.

6
vim/spell/fr.utf-8.add Normal file
View file

@ -0,0 +1,6 @@
frank
villaro
dixon
PGP
F36914A
Enercoop

BIN
vim/spell/fr.utf-8.add.spl Normal file

Binary file not shown.

BIN
vim/spell/fr.utf-8.spl Normal file

Binary file not shown.

3
vimrc
View file

@ -5,6 +5,9 @@
syntax on
"set spelllang=en,fr
set spell
"set nocompatible "fuck you !. impossible de backspace, sinon
"set backspace=indent,eol,start