Skip to content

Instantly share code, notes, and snippets.

@adikari
Created December 14, 2017 05:46
Show Gist options
  • Save adikari/b1f553c10c73fefbba11bf3d87f9b505 to your computer and use it in GitHub Desktop.
Save adikari/b1f553c10c73fefbba11bf3d87f9b505 to your computer and use it in GitHub Desktop.
tmuxinator builder configuration
name: builder
root: /SRC/builder
startup_window: client
windows:
- logs:
layout: even-horizontal
panes:
-
- eclim:
- Xvfb :1 -screen 0 1024x768x24 +extension RANDR &
- DISPLAY=:1 /opt/eclipse/eclimd -b
- client:
layout: 99e9,272x69,0,0[272x65,0,0,0,272x3,0,66{136x3,0,66,1,135x3,137,66,2}]
root: /SRC/builder/webapp
panes:
- tmux resize-pane -t 1 -y 55; vim .
- builder serve
- tail -f /SRC/www-conf/logs/error_log
- api:
root: /SRC/builder/api
panes: vim .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment