● EVERGREEN NOTE dotfiles
Tmuxinator Config
YAML-defined tmux project layouts.
YAML-defined tmux project layouts.
YAML-defined tmux project layouts. mux <name> to start.
Projects are defined by YAML manifests that automate workspace orchestration.
nvim and npm dev for synchronous development.~/.config/tmuxinator/<name>.yml
name: project
root: ~/path
windows:
- editor:
layout: main-vertical
panes:
- nvim
- <run-command>