From ef9261c05ec00994f3cdb2254d694a08a6a7dcc3 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 4 Nov 2024 20:16:21 +0530 Subject: [PATCH] tmux/tmuxp: Create a separate tmux session for Zig --- tmux/.tmux/session-setup.sh | 1 + tmuxp/.config/tmuxp/zig.yaml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 tmuxp/.config/tmuxp/zig.yaml diff --git a/tmux/.tmux/session-setup.sh b/tmux/.tmux/session-setup.sh index d79c85a..2f81bce 100755 --- a/tmux/.tmux/session-setup.sh +++ b/tmux/.tmux/session-setup.sh @@ -5,3 +5,4 @@ tmuxp load -d gstreamer tmuxp load -d work tmuxp load -d audio-dev tmuxp load -d haskell +tmuxp load -d zig diff --git a/tmuxp/.config/tmuxp/zig.yaml b/tmuxp/.config/tmuxp/zig.yaml new file mode 100644 index 0000000..9743bfd --- /dev/null +++ b/tmuxp/.config/tmuxp/zig.yaml @@ -0,0 +1,22 @@ +session_name: Zig +windows: + - window_name: Zig-1 + start_directory: "~/GitSources/Zig" + panes: + - + - window_name: Zig-2 + start_directory: "~/GitSources/Zig" + panes: + - + - window_name: Zig-3 + start_directory: "~/GitSources/Zig" + panes: + - + - window_name: Zig-4 + start_directory: "~/GitSources/Zig" + panes: + - + - window_name: Zig-5 + start_directory: "~/GitSources/Zig" + panes: + -