aboutsummaryrefslogtreecommitdiff
path: root/template.yml
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2016-11-21 15:17:32 -0700
committerCody Hiar <codyfh@gmail.com>2016-11-21 15:17:32 -0700
commiteb88ab0d78f59d33bb4e4807e5a0fcf989d3b036 (patch)
tree55b48e296cf8f73f9cf24e1b2d5dbcd0f4ad8065 /template.yml
parent590bd12554910e6546a6f9f88e1e22f305980d1d (diff)
Adding the tmuxp template, big fan of it
Diffstat (limited to 'template.yml')
-rw-r--r--template.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/template.yml b/template.yml
new file mode 100644
index 0000000..8ea5d12
--- /dev/null
+++ b/template.yml
@@ -0,0 +1,25 @@
+session_name: "${PROJECT}"
+start_directory: "/Users/codyhiar/Work/lift/projects/${PROJECT}/code"
+shell_command_before: make up
+windows:
+ - window_name: code
+ layout: even-vertical
+ focus: true
+ panes:
+ - shell_command:
+ - nvim
+ focus: true
+ - shell_command:
+ - tmux resizep -t 2 -y 20; tmux resize-pane -Z -t 1; clear
+ - window_name: docker
+ layout: even-vertical
+ panes:
+ - make enter; clear;
+ - make enter; clear;
+ - make enter; clear;
+ # - window_name: prod
+ # layout: even-vertical
+ # panes:
+ # - ssh "${PROJECT}"
+ # - ssh "${PROJECT}"
+