Last active
August 29, 2015 14:18
-
-
Save A/48d2d1f0f26cea3cf677 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: work | |
root: ~/Projects/work | |
windows: | |
- ED2: | |
layout: main-horizontal | |
panes: | |
- gulp | |
- sleep 3 && bundle exec foreman start | |
- zsh | |
- VIM: vim | |
- DB: | |
layout: main-horizontal | |
panes: | |
- mongod --dbpath=/var/mongo | |
- postgres -D /usr/local/var/postgres | |
- redis-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment