Skip to content

Instantly share code, notes, and snippets.

@moosh3
Created May 18, 2016 18:58
Show Gist options
  • Select an option

  • Save moosh3/38e021bd71e980275f3d337b424faaf7 to your computer and use it in GitHub Desktop.

Select an option

Save moosh3/38e021bd71e980275f3d337b424faaf7 to your computer and use it in GitHub Desktop.
Example tmuxinator config
# ~/.tmuxinator/[project_name].yml
project_name: [project_name]
project_root: ~/Sites/[project_name]
pre: sudo /usr/local/mysql/support-files/mysql.server start
tabs:
- editor:
layout: 2545,364x87,0,0{242x87,0,0,121x87,243,0[121x43,243,0,121x43,243,44]}
panes:
- workon [project_name] && vim .
- shells:
layout: ca7,254x90,0,0[254x44,0,0,254x45,0,45]]
panes:
- workon [project_name] && ./manage.py shell_plus
- workon [project_name] && ls -l
- database: workon [project_name] && ./manage.py dbshell
- server: workon [project_name] && ./manage.py runserver_plus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment