diff options
author | EuAndreh <eu@euandre.org> | 2018-03-26 10:25:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-03-26 10:25:47 -0300 |
commit | 13b554a25276a0874e2b233e5c865a460aefb0e9 (patch) | |
tree | 618e5af395b5159af2fb269794351b35cc7fe734 /tmux/projects/songbooks.yml | |
parent | Add more Clojure indentation rules (diff) | |
download | dotfiles-13b554a25276a0874e2b233e5c865a460aefb0e9.tar.gz dotfiles-13b554a25276a0874e2b233e5c865a460aefb0e9.tar.xz |
Cleanup tmuxinator templates
Diffstat (limited to 'tmux/projects/songbooks.yml')
-rw-r--r-- | tmux/projects/songbooks.yml | 19 |
1 files changed, 5 insertions, 14 deletions
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 |