Skip to content

Instantly share code, notes, and snippets.

@onyxfish
Created September 27, 2012 14:16
Show Gist options
  • Select an option

  • Save onyxfish/3794249 to your computer and use it in GitHub Desktop.

Select an option

Save onyxfish/3794249 to your computer and use it in GitHub Desktop.
Teamocil Config
session:
name: "electris"
windows:
- name: "term"
clear: true
root: "~/src/electris"
filters:
before:
- "workon electris"
splits:
- cmd: "pwd"
focus: true
- name: "servers"
clear: true
root: "~/src/electris"
filters:
before:
- "workon electris"
splits:
- cmd: "python cms.py"
- cmd: "cd www; pyserve"
width: 50
- name: "vim"
clear: true
root: "~/src/electris"
filters:
before:
- "workon electris"
splits:
- cmd: "vim ."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment