Mercurial > dotfiles.old
diff maid/com.github.maid.plist @ 37:a761f06dbaa8
Add Maid rules
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 15 Apr 2014 17:05:15 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/maid/com.github.maid.plist Tue Apr 15 17:05:15 2014 +0200 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>Label</key> + <string>com.github.maid</string> + <key>StartCalendarInterval</key> + <array> + <dict> + <key>Hour</key> + <integer>12</integer> + <key>Day</key> + <integer>1</integer> + </dict> + <dict> + <key>Hour</key> + <integer>12</integer> + <key>Day</key> + <integer>14</integer> + </dict> + </array> + <key>ProgramArguments</key> + <array> + <string>/Users/zegervdv/.rbenv/shims/maid</string> + <string>clean</string> + <string>-r</string> + <string>/Users/zegervdv/.maid/general.rb</string> + </array> + <key>ServiceDescription</key> + <string>Maid</string> +</dict> +</plist>