diff teamocil/drone.yml @ 8:d20278638011

Add teamocil layouts
author zegervdv <zegervdv@me.com>
date Sat, 01 Mar 2014 22:30:45 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/teamocil/drone.yml	Sat Mar 01 22:30:45 2014 +0100
@@ -0,0 +1,21 @@
+session:
+  name: "HOP - Drone"
+  windows:
+    - name: "report"
+      root: "~/Documents/UGent/HOPDrone/report"
+      panes:
+        - cmd: "vim report.tex"
+          height: 75
+        - cmd: "l images/"
+          height: 25
+    - name: "code"
+      root: "~/Documents/UGent/HOPDrone/code"
+      panes:
+        - cmd: "vim src/main.c"
+          width: 60
+        - cmd: "git status"
+          width: 40
+          height: 40
+        - cmd:
+          - "vagrant up"
+          - "vagrant ssh"