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")