diff --git a/.config/tmuxp/.github/README.md b/.config/tmuxp/.github/README.md new file mode 100644 index 00000000..affa9d51 --- /dev/null +++ b/.config/tmuxp/.github/README.md @@ -0,0 +1,3 @@ +
diff --git a/.config/tmuxp/.github/title.png b/.config/tmuxp/.github/title.png new file mode 100644 index 00000000..67530123 Binary files /dev/null and b/.config/tmuxp/.github/title.png differ diff --git a/.config/tmuxp/default.yaml b/.config/tmuxp/default.yaml new file mode 100644 index 00000000..69658879 --- /dev/null +++ b/.config/tmuxp/default.yaml @@ -0,0 +1,5 @@ +windows: + - window_name: editor + panes: + - shell_command: + - nvim diff --git a/.config/tmuxp/web-node.yaml b/.config/tmuxp/web-node.yaml new file mode 100644 index 00000000..6e0e074f --- /dev/null +++ b/.config/tmuxp/web-node.yaml @@ -0,0 +1,10 @@ +windows: + - window_name: editor + panes: + - shell_command: + - nvim + - window_name: service + panes: + - shell_command: + - mise run serve + # - pnpm run serve diff --git a/.config/tmuxp/web-static.yaml b/.config/tmuxp/web-static.yaml new file mode 100644 index 00000000..0e29484a --- /dev/null +++ b/.config/tmuxp/web-static.yaml @@ -0,0 +1,9 @@ +windows: + - window_name: editor + panes: + - shell_command: + - nvim + - window_name: service + panes: + - shell_command: + - five-server