From: Chris Koeritz Date: Sun, 16 Sep 2012 18:41:57 +0000 (-0400) Subject: new X-Git-Tag: 2.140.90~1234 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=2bddad3d7e2e98ec27ca5e3ee77b544ba1770403;p=feisty_meow.git new --- diff --git a/database/configuration/cron/backup_maildir.crontab b/database/configuration/cron/backup_maildir.crontab new file mode 100644 index 00000000..b0dc261c --- /dev/null +++ b/database/configuration/cron/backup_maildir.crontab @@ -0,0 +1,12 @@ + + +SHELL=/bin/bash + +# m h dom mon dow command + +USER=fred + +# backs up the maildir folder for fred monthly +* * 1 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/maildir_backup_$(date_stringer).tar.gz $HOME/Maildir) &>/tmp/maildir_backup_${USER}.log + + diff --git a/database/configuration/vim/dotvimrc b/database/configuration/vim/dotvimrc new file mode 100644 index 00000000..19970ad8 --- /dev/null +++ b/database/configuration/vim/dotvimrc @@ -0,0 +1,8 @@ + +set viminfo='100,<1000,s10,h +" cranks up the register saved buffer size to 1000 lines, since otherwise the cut buffer will only +" preserve the default 50 lines for a paste to another file. this makes all registers go up to +" this size though, so if you save to a lot of different ones, you will use more space in your +" viminfo file. + +