Mercurial > dotfiles.old
view maid/com.github.maid.plist @ 168:27f78c20b486
Use SPACE as mapleader
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 02 Nov 2014 17:29:43 +0100 |
parents | a761f06dbaa8 |
children |
line wrap: on
line source
<?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>