aboutsummaryrefslogtreecommitdiff
path: root/.tmuxinator.yml
blob: 83fe6495fda7da697ac23a51e84301fa1764b539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: maps

windows:
  - editor:
      layout: main-vertical
      panes:
        - editor:
            - nix develop
            - nvim -c :Git -c :on
        - backend:
            - sleep 1
            - nix develop
            - cd backend
            - bin/dev-server maps-backend
        - frontend:
            - sleep 2
            - nix develop
            - cd frontend
            - bin/dev-server maps-frontend