Skip to content

Commit 4b3d387

Browse files
committed
better tmux file
1 parent c06f561 commit 4b3d387

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

tmux/devmatch.tmuxinator.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
name: devmatch
3+
root: /opt/
4+
5+
windows:
6+
- frontend:
7+
layout: main-vertical
8+
root: ~/code/turing/frontend/developer-ui
9+
panes:
10+
- echo npm run start:local
11+
-
12+
- backend:
13+
layout: main-vertical
14+
root: ~/code/turing/backend
15+
panes:
16+
- echo yarn local
17+
-
18+
- claude-code:
19+
layout: main-vertical
20+
root: ~/code/turing/
21+
panes:
22+
- echo claude
23+
-
24+
- logs:
25+

0 commit comments

Comments
 (0)