Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Created January 14, 2026 21:13
Show Gist options
  • Select an option

  • Save pythoninthegrass/fb2e436e2bbf09386d9e6ab27d2a9696 to your computer and use it in GitHub Desktop.

Select an option

Save pythoninthegrass/fb2e436e2bbf09386d9e6ab27d2a9696 to your computer and use it in GitHub Desktop.

Revisions

  1. pythoninthegrass created this gist Jan 14, 2026.
    28 changes: 28 additions & 0 deletions com.user.headroom.proxy.plist
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    <?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.user.headroom.proxy</string>
    <key>ProgramArguments</key>
    <array>
    <string>/Users/lance/.local/bin/headroom</string>
    <string>proxy</string>
    <string>--port</string>
    <string>8787</string>
    </array>
    <key>KeepAlive</key>
    <true/>
    <key>RunAtLoad</key>
    <true/>
    <key>StandardOutPath</key>
    <string>/tmp/headroom-proxy.log</string>
    <key>StandardErrorPath</key>
    <string>/tmp/headroom-proxy.err</string>
    <key>EnvironmentVariables</key>
    <dict>
    <key>PATH</key>
    <string>/Users/lance/.local/bin:/usr/local/bin:/usr/bin:/bin</string>
    </dict>
    </dict>
    </plist>