Install using launchctl load tmux.plist
Feel free to change the Label to something else or remove the domain. I have set it to my own domain to avoid clashes.
Install using launchctl load tmux.plist
Feel free to change the Label to something else or remove the domain. I have set it to my own domain to avoid clashes.
| <?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>de.mrbuk.tmux</string> | |
| <key>RunAtLoad</key> | |
| <true/> | |
| <key>StandardErrorPath</key> | |
| <string>/var/tmp/tmux_err.log</string> | |
| <key>StandardOutPath</key> | |
| <string>/var/tmp/tmux_out.log</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/opt/homebrew/bin/tmux</string> | |
| <string>-D</string> | |
| <string>-v</string> | |
| </array> | |
| <key>KeepAlive</key> | |
| <true/> | |
| </dict> | |
| </plist> |