Last active
September 28, 2021 14:09
-
-
Save humorless/c492f7d87fbbd9355266aaf2b1e5e29c to your computer and use it in GitHub Desktop.
The tmuxp config file for melvn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
session_name: melvn | |
start_directory: ~/clo/runeleven | |
environment: | |
RUNELEVEN_DIR: /Users/laurence/clo/runeleven | |
windows: | |
- window_name: one-repl | |
panes: | |
- shell_command: | |
- . scripts/envvars | |
- cd dev/one-repl | |
- clj -M:nrepl | |
- window_name: console | |
panes: | |
- shell_command: | |
- dev/bin/txor/console | |
- window_name: txor | |
panes: | |
- shell_command: | |
- sdk use java 8.0.292.j9-adpt | |
- . scripts/envvars | |
- cd scripts | |
- ./run txor | |
- tail -f ../logs/txor.log | |
- window_name: peer | |
panes: | |
- shell_command: | |
- . scripts/envvars | |
- melvn/bin/start_peer_server | |
- window_name: presto | |
panes: | |
- shell_command: | |
- . scripts/envvars | |
- melvn/bin/start_presto | |
- window_name: metabase | |
panes: | |
- shell_command: | |
- . scripts/envvars | |
- melvn/bin/metabase run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment