Add LaunchAgents directory, ignore it in setup.sh, and add an offlineimap interval job
This commit is contained in:
parent
42c49be78b
commit
91828acceb
2 changed files with 26 additions and 1 deletions
25
LaunchAgents/eryn.offlineimap.plist
Normal file
25
LaunchAgents/eryn.offlineimap.plist
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>eryn.offlineimap</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/local/bin/offlineimap</string>
|
||||
<string>-l</string>
|
||||
<string>/Users/eryn/.offlineimap.log</string>
|
||||
</array>
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>PATH</key>
|
||||
<string>/usr/local/bin:/usr/bin:/bin</string>
|
||||
</dict>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>Debug</key>
|
||||
<true/>
|
||||
<key>StartInterval</key>
|
||||
<integer>120</integer>
|
||||
</dict>
|
||||
</plist>
|
2
setup.sh
2
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue