diff options
author | Cody Hiar <cody@hiar.ca> | 2021-01-27 09:49:43 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-01-27 09:49:43 -0700 |
commit | 1b3a041521e3bb59febd21d6f86f1881d86d971e (patch) | |
tree | c07a55e7a2b377769dddd30581a18bf477aa1a69 /templates | |
parent | 3a613a9046440b161ee424de1cb9239d176a4932 (diff) |
add latest configs
Diffstat (limited to 'templates')
-rw-r--r-- | templates/alternative.yaml | 16 | ||||
-rw-r--r-- | templates/dashboard.yaml | 10 | ||||
-rw-r--r-- | templates/databases.yaml | 11 | ||||
-rw-r--r-- | templates/local.yaml | 11 | ||||
-rw-r--r-- | templates/template.yaml | 16 |
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 |