Skip to content

Instantly share code, notes, and snippets.

@stuarts
Created November 12, 2013 20:28
Show Gist options
  • Save stuarts/7438070 to your computer and use it in GitHub Desktop.
Save stuarts/7438070 to your computer and use it in GitHub Desktop.
project_name: world
project_root: ~/Projects/world/rails/current/
pre:
- export RBENV_DIR=
- export RBENV_VERSION=
tabs:
- shell:
layout: even-horizontal
panes:
- echo && cat todo && echo && git st
- vagrant status | grep "default.*running" || (cd ../.. && rake up)
- editor: '[[ -a Session.vim ]] && vim -S Session.vim || vim'
- util:
layout: even-horizontal
panes:
- tail -f ../shared/log/development.log
- while [[ `vagrant status | grep -q "default.*running" && echo 0 || echo 1` != 0 ]] do; sleep 60; done; vagrant ssh
- capistrano:
- cap -T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment