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 + +