aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/alternative.yaml16
-rw-r--r--templates/dashboard.yaml10
-rw-r--r--templates/databases.yaml11
-rw-r--r--templates/local.yaml11
-rw-r--r--templates/template.yaml16
5 files changed, 0 insertions, 64 deletions
diff --git a/templates/alternative.yaml b/templates/alternative.yaml
deleted file mode 100644
index 8261900..0000000
--- a/templates/alternative.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-session_name: "${PROJECT}"
-start_directory: "${DIR}"
-windows:
- - window_name: code
- layout: even-vertical
- focus: true
- panes:
- - shell_command:
- focus: true
- - window_name: misc
- layout: tiled
- panes:
- - pane
- - pane
- - pane
- - pane
diff --git a/templates/dashboard.yaml b/templates/dashboard.yaml
deleted file mode 100644
index 3b8d867..0000000
--- a/templates/dashboard.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-session_name: dashboard
-start_directory: ~/
-windows:
- - window_name: live
- layout: tiled
- panes:
- - htop
- - ctop
- -
- -
diff --git a/templates/databases.yaml b/templates/databases.yaml
deleted file mode 100644
index b4786b4..0000000
--- a/templates/databases.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-session_name: databases
-windows:
- - window_name: postgres
- focus: true
- panes:
- - cd ~/Work/mine/postgres-docker/code; clear
- - cd ~/Work/mine/postgres-docker/code; clear
- - window_name: mysql
- panes:
- - cd ~/Work/mine/mysql-docker/code; clear
- - cd ~/Work/mine/mysql-docker/code; clear
diff --git a/templates/local.yaml b/templates/local.yaml
deleted file mode 100644
index 8c164d7..0000000
--- a/templates/local.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-session_name: local
-start_directory: ~/
-windows:
- - window_name: tasks
- layout: tiled
- panes:
- - task sync; clear; task -home
- -
- -
- -
- focus: true
diff --git a/templates/template.yaml b/templates/template.yaml
deleted file mode 100644
index 44a1c44..0000000
--- a/templates/template.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-session_name: "${PROJECT}"
-start_directory: "${DIR}"
-windows:
- - window_name: code
- layout: even-vertical
- focus: true
- panes:
- - shell_command:
- - nvim
- focus: true
- - window_name: docker
- layout: even-vertical
- panes:
- - pane
- - pane
- - pane