forked from mihai-chiorean/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.job.plist
32 lines (32 loc) · 887 Bytes
/
local.job.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/sbin:/usr/local/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:$HOME/bin</string>
</dict>
<key>Label</key>
<string>local.dotfiles</string>
<key>Program</key>
<string>/usr/bin/make</string>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/tmp/local.dotfiles.err</string>
<key>StandardOutPath</key>
<string>/tmp/local.dotfiles.out</string>
<key>StartCalendarInterval</key>
<array>
<dict>
<key>Hour</key>
<integer>8</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
</array>
<key>WorkingDirectory</key>
<string>$HOME/dotfiles</string>
</dict>
</plist>