diff --git a/launchd/Library/LaunchAgents/com.koekeishiya.skhd.plist b/launchd/Library/LaunchAgents/com.koekeishiya.skhd.plist new file mode 100644 index 0000000..6649aef --- /dev/null +++ b/launchd/Library/LaunchAgents/com.koekeishiya.skhd.plist @@ -0,0 +1,34 @@ + + + + + Label + com.koekeishiya.skhd + ProgramArguments + + /opt/homebrew/bin/skhd + + EnvironmentVariables + + PATH + /Users/powellc/.local/bin:/opt/homebrew/bin:/Users/powellc/.emacs.d/bin:/Users/powellc/.screenlayout:/Users/powellc/.poetry/bin:/Users/powellc/.bin:/Users/powellc/.cargo/bin:/Users/powellc/.asdf/installs/rust/latest/bin:/Users/powellc/.go/bin:/Users/powellc/.asdf/shims:/Users/powellc/.asdf/bin:/opt/homebrew/bin/:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/opt/homebrew/bin + + RunAtLoad + + KeepAlive + + SuccessfulExit + + Crashed + + + StandardOutPath + /tmp/skhd_powellc.out.log + StandardErrorPath + /tmp/skhd_powellc.err.log + ProcessType + Interactive + Nice + -20 + + \ No newline at end of file diff --git a/launchd/Library/LaunchAgents/com.koekeishiya.yabai.plist b/launchd/Library/LaunchAgents/com.koekeishiya.yabai.plist new file mode 100644 index 0000000..a44f6a2 --- /dev/null +++ b/launchd/Library/LaunchAgents/com.koekeishiya.yabai.plist @@ -0,0 +1,34 @@ + + + + + Label + com.koekeishiya.yabai + ProgramArguments + + /opt/homebrew/bin/yabai + + EnvironmentVariables + + PATH + /Users/powellc/.local/bin:/opt/homebrew/bin:/Users/powellc/.emacs.d/bin:/Users/powellc/.screenlayout:/Users/powellc/.poetry/bin:/Users/powellc/.bin:/Users/powellc/.cargo/bin:/Users/powellc/.asdf/installs/rust/latest/bin:/Users/powellc/.go/bin:/Users/powellc/.asdf/shims:/Users/powellc/.asdf/bin:/opt/homebrew/bin/:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/opt/homebrew/bin + + RunAtLoad + + KeepAlive + + SuccessfulExit + + Crashed + + + StandardOutPath + /tmp/yabai_powellc.out.log + StandardErrorPath + /tmp/yabai_powellc.err.log + ProcessType + Interactive + Nice + -20 + + \ No newline at end of file diff --git a/launchd/Library/LaunchAgents/homebrew.mxcl.nginx.plist b/launchd/Library/LaunchAgents/homebrew.mxcl.nginx.plist new file mode 100644 index 0000000..a6e2880 --- /dev/null +++ b/launchd/Library/LaunchAgents/homebrew.mxcl.nginx.plist @@ -0,0 +1,26 @@ + + + + + Label + homebrew.mxcl.nginx + LimitLoadToSessionType + + Aqua + Background + LoginWindow + StandardIO + System + + ProgramArguments + + /opt/homebrew/opt/nginx/bin/nginx + -g + daemon off; + + RunAtLoad + + WorkingDirectory + /opt/homebrew + + diff --git a/launchd/Library/LaunchAgents/homebrew.mxcl.postgresql@14.plist b/launchd/Library/LaunchAgents/homebrew.mxcl.postgresql@14.plist new file mode 100644 index 0000000..1ea2226 --- /dev/null +++ b/launchd/Library/LaunchAgents/homebrew.mxcl.postgresql@14.plist @@ -0,0 +1,32 @@ + + + + + KeepAlive + + Label + homebrew.mxcl.postgresql@14 + LimitLoadToSessionType + + Aqua + Background + LoginWindow + StandardIO + System + + ProgramArguments + + /opt/homebrew/opt/postgresql@14/bin/postgres + -D + /opt/homebrew/var/postgresql@14 + + RunAtLoad + + StandardErrorPath + /opt/homebrew/var/log/postgresql@14.log + StandardOutPath + /opt/homebrew/var/log/postgresql@14.log + WorkingDirectory + /opt/homebrew + + diff --git a/launchd/Library/LaunchAgents/homebrew.mxcl.skhd.plist b/launchd/Library/LaunchAgents/homebrew.mxcl.skhd.plist new file mode 100644 index 0000000..6584851 --- /dev/null +++ b/launchd/Library/LaunchAgents/homebrew.mxcl.skhd.plist @@ -0,0 +1,25 @@ + + + + + Label + homebrew.mxcl.skhd + ProgramArguments + + /opt/homebrew/opt/skhd/bin/skhd + + EnvironmentVariables + + PATH + /opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin + + RunAtLoad + + KeepAlive + + ProcessType + Interactive + Nice + -20 + + diff --git a/launchd/Library/LaunchAgents/homebrew.mxcl.snapclient.plist b/launchd/Library/LaunchAgents/homebrew.mxcl.snapclient.plist new file mode 100644 index 0000000..7aae302 --- /dev/null +++ b/launchd/Library/LaunchAgents/homebrew.mxcl.snapclient.plist @@ -0,0 +1,26 @@ + + + + + Label + homebrew.mxcl.nginx + LimitLoadToSessionType + + Aqua + Background + LoginWindow + StandardIO + System + + ProgramArguments + + /opt/homebrew/opt/bin/snapclient + -h + snapcast.service + + RunAtLoad + + WorkingDirectory + /opt/homebrew + +