new
authorChris Koeritz <fred@gruntose.com>
Sun, 16 Sep 2012 18:41:57 +0000 (14:41 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 16 Sep 2012 18:41:57 +0000 (14:41 -0400)
database/configuration/cron/backup_maildir.crontab [new file with mode: 0644]
database/configuration/vim/dotvimrc [new file with mode: 0644]

diff --git a/database/configuration/cron/backup_maildir.crontab b/database/configuration/cron/backup_maildir.crontab
new file mode 100644 (file)
index 0000000..b0dc261
--- /dev/null
@@ -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 (file)
index 0000000..19970ad
--- /dev/null
@@ -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.
+
+