aboutsummaryrefslogtreecommitdiff
path: root/tmux/projects/songbooks.yml
blob: 429b61f30a071d16ab102ffbf90328b9c51776ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: songbooks
root: ~/annex/dev/code/songbooks/

windows:
  - server:
      layout: main-vertical
      panes:
        - git:
          - git status
        - server-repl:
          - cd server/ && lein repl
        - client-repl:
          - cd client/ && lein repl
          - (use 'figwheel-sidecar.repl-api)