Add LaunchAgents directory, ignore it in setup.sh, and add an offlineimap interval job

This commit is contained in:
Eryn Wells 2018-04-13 13:40:21 -07:00
parent 42c49be78b
commit 91828acceb
2 changed files with 26 additions and 1 deletions

View file

@ -3,7 +3,7 @@
dfdir=$(cd "$(dirname "$0")" && pwd)
sys=`uname -s | tr A-Z a-z`
skipitems=(setup.sh README.md py bin Colors)
skipitems=(setup.sh README.md py bin Colors LaunchAgents)
typeset -A vimbundles
vimbundles=(Vundle.vim "https://github.com/gmarik/Vundle.vim.git")