Skip to content

Instantly share code, notes, and snippets.

@punnie
Created July 26, 2020 11:19
Show Gist options
  • Save punnie/72a3717888033f9ea12bde2ac7890daf to your computer and use it in GitHub Desktop.
Save punnie/72a3717888033f9ea12bde2ac7890daf to your computer and use it in GitHub Desktop.
root = /Users/punnie/Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org
root = /Users/punnie/Org
path = .
repeat = watch
auto = true
batch = true
ignore = Path .git
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GroupName</key>
<string>staff</string>
<key>Label</key>
<string>io.ethereal.unison.beorg</string>
<key>LaunchOnlyOnce</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>sh</string>
<string>-c</string>
<string>/usr/local/bin/unison beorg</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>punnie</string>
<key>WorkingDirectory</key>
<string>/Users/punnie</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment