diff options
-rw-r--r-- | templates/dashboard.yaml | 8 | ||||
-rw-r--r-- | templates/databases.yaml | 10 | ||||
-rw-r--r-- | templates/template.yaml (renamed from template.yml) | 6 |
3 files changed, 18 insertions, 6 deletions
diff --git a/templates/dashboard.yaml b/templates/dashboard.yaml new file mode 100644 index 0000000..97fac24 --- /dev/null +++ b/templates/dashboard.yaml @@ -0,0 +1,8 @@ +session_name: dashboard +windows: + - window_name: live + layout: even-vertical + panes: + - htop + - weechat + - tmux split-window -h && gcalcli calw -w 15 diff --git a/templates/databases.yaml b/templates/databases.yaml new file mode 100644 index 0000000..70a3e66 --- /dev/null +++ b/templates/databases.yaml @@ -0,0 +1,10 @@ +session_name: databases +windows: + - window_name: postgres + panes: + - cd ~/Work/mine/postgres-docker + - cd ~/Work/mine/postgres-docker + - window_name: mysql + panes: + - cd ~/Work/mine/mysql-docker + - cd ~/Work/mine/mysql-docker diff --git a/template.yml b/templates/template.yaml index 47c5c1b..525c644 100644 --- a/template.yml +++ b/templates/template.yaml @@ -17,9 +17,3 @@ windows: - make enter - make enter - make enter - # - window_name: prod - # layout: even-vertical - # panes: - # - ssh "${PROJECT}" - # - ssh "${PROJECT}" - |