Initial public release

This commit is contained in:
2026-07-16 12:08:54 +10:00
commit 07fe81b462
12 changed files with 1554 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[Unit]
Description=Zed Bridge — open remote files locally in Zed editor
Documentation=https://github.com/scottp/zed-bridge
After=graphical-session.target
[Service]
Type=simple
ExecStart=%h/.local/bin/zed-bridge
Restart=on-failure
RestartSec=5
# Pass through the display environment so Zed can open windows
Environment=DISPLAY=:0
Environment=WAYLAND_DISPLAY=wayland-0
# Log goes to journald — view with:
# journalctl --user -u zed-bridge -f
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=default.target