Skip to content

Instantly share code, notes, and snippets.

@jsmestad
Created October 19, 2011 21:23
Show Gist options
  • Select an option

  • Save jsmestad/1299728 to your computer and use it in GitHub Desktop.

Select an option

Save jsmestad/1299728 to your computer and use it in GitHub Desktop.
# ~/.tmuxinator/metrics.yml
# you can make as many tabs as you wish...
project_name: Metrics
project_root: ~/Documents/Librato/metrics
socket_name: metrics # Not needed. Remove to use default socket
# rvm: 1.9.2@rails_project
# pre: sudo /etc/rc.d/mysqld start
pre: mysql.server start
tabs:
- editor: vim
- shell: git fetch origin
- server: guard
- logs: tail -f logs/development.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment