aboutsummaryrefslogtreecommitdiff
path: root/template.yml
blob: 47c5c1bbbe6d504a5353aa578b5b0548c9156237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
session_name: "${PROJECT}"
start_directory: "~/Work/lift/projects/${PROJECT}/code"
shell_command_before: make up
windows:
  - window_name: code
    layout: even-vertical
    focus: true
    panes:
      - shell_command:
        - nvim
        focus: true
      - shell_command:
        - tmux resizep -t 2 -y 20; tmux resize-pane -Z -t 1; clear
  - window_name: docker
    layout: even-vertical
    panes:
      - make enter
      - make enter
      - make enter
  # - window_name: prod
  #   layout: even-vertical
  #   panes:
  #     - ssh "${PROJECT}"
  #     - ssh "${PROJECT}"