From 84339c89fcb1ee1d16eb101280bb44cad17f9b1e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 6 Jan 2026 10:25:11 -0500 Subject: [PATCH] [launchd] Add colima launchd script --- .../LaunchAgents/homebrew.mxcl.colima.plist | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 launchd/Library/LaunchAgents/homebrew.mxcl.colima.plist diff --git a/launchd/Library/LaunchAgents/homebrew.mxcl.colima.plist b/launchd/Library/LaunchAgents/homebrew.mxcl.colima.plist new file mode 100644 index 0000000..106192b --- /dev/null +++ b/launchd/Library/LaunchAgents/homebrew.mxcl.colima.plist @@ -0,0 +1,40 @@ + + + + + EnvironmentVariables + + PATH + /opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin + + KeepAlive + + SuccessfulExit + + + Label + homebrew.mxcl.colima + LimitLoadToSessionType + + Aqua + Background + LoginWindow + StandardIO + System + + ProgramArguments + + /opt/homebrew/opt/colima/bin/colima + start + -f + + RunAtLoad + + StandardErrorPath + /opt/homebrew/var/log/colima.log + StandardOutPath + /opt/homebrew/var/log/colima.log + WorkingDirectory + /Users/colin.powell + +