# ops-toolkit tmuxinator project template.
# Copy to ~/.config/tmuxinator/<project>.yml, then edit name/root/windows.
# Start with: tmuxinator start <project> (attaches if already running)
# No environment-specific values ship in this template by design: fill in
# your own paths and commands. ASCII + LF.
name: example
root: ~/workspace/example
windows:
- main:
panes:
- # primary shell (leave blank for a plain prompt)
- logs:
panes:
- # e.g. tail -f path/to/logfile
- scratch:
panes:
-