Skip to content

Instantly share code, notes, and snippets.

@jakecraige
Created April 22, 2014 00:20
Show Gist options
  • Save jakecraige/11161109 to your computer and use it in GitHub Desktop.
Save jakecraige/11161109 to your computer and use it in GitHub Desktop.
# ~/.tmuxinator/beauty-now.yml
name: Butler
root: ~/Work/butler
windows:
- ember:
layout: a6b8,222x79,0,0[222x63,0,0,16,222x15,0,64,21]
panes:
- cd ember-app; vim
- cd ember-app
- ember-server: cd ember-app; ember server
- rails:
layout: a6b8,222x79,0,0[222x63,0,0,16,222x15,0,64,21]
panes:
- cd rails-app; vim
- cd rails-app
- rails-console: cd rails-app; rails c
- rails-server: cd rails-app; guard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment