Skip to content

Instantly share code, notes, and snippets.

@wm
Created October 8, 2013 20:55
Show Gist options
  • Save wm/6891506 to your computer and use it in GitHub Desktop.
Save wm/6891506 to your computer and use it in GitHub Desktop.
# ~/.tmuxinator/icis.yml
name: icis
root: ~/src/
windows:
- icisstaff:
layout: main-horizontal
panes:
- cd ~/src/icisstaff; foreman start
- cd ~/src/icisstaff; tail -f ~/src/icisstaff/log/development.log
- snowflake:
layout: main-horizontal
panes:
- cd ~/src/snowflake; foreman start
- cd ~/src/snowflake; tail -f ~/src/snowflake/log/development.log
- icispatients:
layout: main-horizontal
panes:
- cd ~/src/icispatients; foreman start
- cd ~/src/icispatients; tail -f ~/icispatients/log/development.log
- development:
layout: 5c71,318x78,0,0{80x78,0,0[80x39,0,0,2,80x38,0,40,8],237x78,81,0,7}
panes:
- cd ~/src/icispatients; zeus start
- cd ~/src/icispatients; be rails c
- cd ~/src/icispatients; vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment