Skip to content

Instantly share code, notes, and snippets.

@joshsmith
Created March 15, 2013 14:39
Show Gist options
  • Save joshsmith/5170299 to your computer and use it in GitHub Desktop.
Save joshsmith/5170299 to your computer and use it in GitHub Desktop.
tmuxinator yaml for burnthis
# ~/.tmuxinator/burnthis.yml
# you can make as many tabs as you wish...
project_name: burnthis
project_root: ~/sites/burnthis
tabs:
- main:
layout: tiled
panes:
- sleep 10; zeus console
- sleep 10; zeus server
- # zsh prompt
- git status
- logs:
layout: even-horizontal
panes:
- tail -f log/development.log
- tail -f log/test.log
- services:
layout: main-vertical
panes:
- zeus start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment