Skip to content

Instantly share code, notes, and snippets.

@austenito
Created December 5, 2013 00:49
Show Gist options
  • Save austenito/7798324 to your computer and use it in GitHub Desktop.
Save austenito/7798324 to your computer and use it in GitHub Desktop.
Work tmux config
# ~/.tmuxinator/ks.yml
name: ks
root: ~/repos/ks-dev/kitchensurfing
windows:
- vim: vim .
- console:
- logs:
layout: even-horizontal
panes:
- tail -f log/development.log
- tail -f log/test.log
- zeus: zeus start
- server: rails s
- resque: VERBOSE=true rake resque:work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment