Skip to content

Instantly share code, notes, and snippets.

@evilmarty
Last active December 12, 2015 09:08

Revisions

  1. evilmarty revised this gist Mar 5, 2013. 1 changed file with 10 additions and 4 deletions.
    14 changes: 10 additions & 4 deletions homebrew.mxcl.update.plist
    Original file line number Diff line number Diff line change
    @@ -4,14 +4,20 @@
    <dict>
    <key>Label</key>
    <string>homebrew.mxcl.update</string>
    <key>Program</key>
    <string>brew</string>
    <key>ProgramArguments</key>
    <array>
    <string>brew</string>
    <string>update</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    <key>StartCalendarInterval</key>
    <dict>
    <key>Minute</key>
    <integer>0</integer>
    <key>Hour</key>
    <integer>3</integer>
    <key>Weekday</key>
    <integer>1</integer>
    </dict>
    <key>StartInterval</key>
    <integer>604800</integer>
    </dict>
  2. evilmarty revised this gist Feb 11, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    Simply add this to `~/Library/LaunchAgents/` and run `launchctl load ~/Library/LaunchAgents/homebrew.mxcl.update.plist`.
    Simply add this to `~/Library/LaunchAgents/homebrew.mxcl.update.plist` and run `launchctl load ~/Library/LaunchAgents/homebrew.mxcl.update.plist`.
  3. evilmarty revised this gist Feb 10, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    Simply add this to `~/Library/LaunchAgents/` and run `launchctl load ~/Library/LaunchAgents/homebrew.mxcl.update.plist`.
  4. evilmarty created this gist Feb 10, 2013.
    18 changes: 18 additions & 0 deletions homebrew.mxcl.update.plist
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    <?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>homebrew.mxcl.update</string>
    <key>Program</key>
    <string>brew</string>
    <key>ProgramArguments</key>
    <array>
    <string>update</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    <key>StartInterval</key>
    <integer>604800</integer>
    </dict>
    </plist>