Skip to content

Instantly share code, notes, and snippets.

@charlesetc
Created April 9, 2025 22:38
Show Gist options
  • Save charlesetc/af42b15d3e5e3a64c1aeddaa54b8f1fd to your computer and use it in GitHub Desktop.
Save charlesetc/af42b15d3e5e3a64c1aeddaa54b8f1fd to your computer and use it in GitHub Desktop.
<?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>com.inclouds.space</string>
<key>ProgramArguments</key>
<array>
<string>/opt/homebrew/bin/just</string>
<string>dev</string>
</array>
<key>WorkingDirectory</key>
<string>/Users/charles/code/inclouds</string>
<key>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
</dict>
</plist>
@charlesetc
Copy link
Author

This is how I install and load it:

cp ./com.inclouds.space.plist /Users/charles/Library/LaunchAgents/com.inclouds.space.plist
launchctl load /Users/charles/Library/LaunchAgents/com.inclouds.space.plist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment