aboutsummaryrefslogtreecommitdiff
path: root/tmux/projects
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/projects')
-rw-r--r--tmux/projects/annex.yml1
-rw-r--r--tmux/projects/songbooks.yml19
2 files changed, 5 insertions, 15 deletions
diff --git a/tmux/projects/annex.yml b/tmux/projects/annex.yml
index b60ffbc..92acafe 100644
--- a/tmux/projects/annex.yml
+++ b/tmux/projects/annex.yml
@@ -8,4 +8,3 @@ windows:
- cd
- j dotfiles && git status
- git status
- - htop: htop
diff --git a/tmux/projects/songbooks.yml b/tmux/projects/songbooks.yml
index 7d385c2..c3b7fab 100644
--- a/tmux/projects/songbooks.yml
+++ b/tmux/projects/songbooks.yml
@@ -4,21 +4,12 @@ root: ~/annex/dev/code/songbooks/
windows:
- server:
layout: main-vertical
- root: ~/annex/dev/code/songbooks/server/
panes:
- git:
- git status
- server-repl:
- - lein repl
- - server-tests:
- - lein test
- - client:
- layout: main-vertical
- root: ~/annex/dev/code/songbooks/client/
- panes:
- - git:
- - git status
- - figwheel:
- - lein repl
- - something:
- - lein test
+ - cd server/ && lein repl
+ - client-repl:
+ - cd client/ && lein repl
+ - tests:
+ - make test