From 91828acceb1cce883506ccd632bd43c2592f09f3 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 13 Apr 2018 13:40:21 -0700 Subject: [PATCH] Add LaunchAgents directory, ignore it in setup.sh, and add an offlineimap interval job --- LaunchAgents/eryn.offlineimap.plist | 25 +++++++++++++++++++++++++ setup.sh | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 LaunchAgents/eryn.offlineimap.plist diff --git a/LaunchAgents/eryn.offlineimap.plist b/LaunchAgents/eryn.offlineimap.plist new file mode 100644 index 0000000..599b3b4 --- /dev/null +++ b/LaunchAgents/eryn.offlineimap.plist @@ -0,0 +1,25 @@ + + + + + Label + eryn.offlineimap + ProgramArguments + + /usr/local/bin/offlineimap + -l + /Users/eryn/.offlineimap.log + + EnvironmentVariables + + PATH + /usr/local/bin:/usr/bin:/bin + + RunAtLoad + + Debug + + StartInterval + 120 + + diff --git a/setup.sh b/setup.sh index 9f36ee4..b8e7395 100755 --- a/setup.sh +++ b/setup.sh @@ -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")