Skip to content

Instantly share code, notes, and snippets.

@stratoukos
Created November 1, 2013 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stratoukos/cc438b4bfd868a0dd77c to your computer and use it in GitHub Desktop.
Save stratoukos/cc438b4bfd868a0dd77c to your computer and use it in GitHub Desktop.
`tmuxp import tmuxinator <path>` output
project_name: example
project_root: ~/Projects/example/src
windows:
- shell: workon example && git pull
- psql: psql example
- static:
layout: even-horizontal
panes:
- cd example/static/example
- grunt watch
- servers:
layout: even-horizontal
panes:
- workon example && ./manage.py runserver
- workon example && ./manage.py celeryd --loglevel=info
- cd public && http-server -p 8081
project_name: example
project_root: ~/Projects/example/src
tabs:
- shell: workon example && git pull
- psql: psql example
- static:
layout: even-horizontal
panes:
- cd example/static/example
- grunt watch
- servers:
layout: even-horizontal
panes:
- workon example && ./manage.py runserver
- workon example && ./manage.py celeryd --loglevel=info
- cd public && http-server -p 8081
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment