Skip to content

Instantly share code, notes, and snippets.

@emachnic
Created July 18, 2012 13:24
Show Gist options
  • Save emachnic/3136193 to your computer and use it in GitHub Desktop.
Save emachnic/3136193 to your computer and use it in GitHub Desktop.
# ~/.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'
# ~/.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