aboutsummaryrefslogtreecommitdiff
path: root/.tmuxinator.yml
diff options
context:
space:
mode:
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r--.tmuxinator.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml
new file mode 100644
index 0000000..58bc8d4
--- /dev/null
+++ b/.tmuxinator.yml
@@ -0,0 +1,14 @@
+name: tabata-timer
+startup_window: main
+
+windows:
+ - console:
+ - clear
+ - main:
+ panes:
+ - ocaml:
+ - ./dev watch-ocaml
+ - js:
+ - ./dev watch-js
+ - server:
+ - python -m http.server --directory public