Created
November 1, 2016 19:20
-
-
Save emachnic/ad3802819ef17ef3eadcec4b10bc6b6e to your computer and use it in GitHub Desktop.
This file contains 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
# you can make as many tabs as you wish... | |
project_name: 'MyApp' | |
project_root: '~/Work/my_app' | |
rvm: '1.9.3' | |
tabs: | |
- editor: | |
layout: 'main-vertical' | |
panes: | |
- 'vim .' | |
- #empty, will just run plain bash | |
- shell: 'working_man start -f ~/Work/my_app/my_app_working_man.yml' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment