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