Created
July 18, 2012 13:24
-
-
Save emachnic/3136193 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
# ~/.working_man.yml | |
# | |
# Default applications for startup and shutdown. | |
# Add/remove applications to customize | |
apps: | |
- 'Google Chrome' | |
- 'Propane' | |
- 'Skype' | |
- 'X-Lite' | |
- 'OmniFocus' | |
# URLs open in default browser | |
urls: | |
- 'http://www.gmail.com' | |
- 'http://support.cloud.engineyard.com' | |
- 'http://orchestra.tenderapp.com' |
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
# ~/.tmuxinator/myapp.yml | |
# 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