aboutsummaryrefslogtreecommitdiff
path: root/template.yml
diff options
context:
space:
mode:
Diffstat (limited to 'template.yml')
-rw-r--r--template.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/template.yml b/template.yml
deleted file mode 100644
index 47c5c1b..0000000
--- a/template.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-session_name: "${PROJECT}"
-start_directory: "~/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
- - make enter
- - make enter
- # - window_name: prod
- # layout: even-vertical
- # panes:
- # - ssh "${PROJECT}"
- # - ssh "${PROJECT}"
-