From f3c1fbb724abc176ede31c2662d61c138ecacabf Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Fri, 16 May 2025 13:35:28 -0400 Subject: [PATCH] symlink work --- .../zellij/layouts/cs-dbg.kdl | 17 +---------------- .../zellij/layouts/teleport.kdl | 17 +---------------- 2 files changed, 2 insertions(+), 32 deletions(-) mode change 100644 => 120000 chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/cs-dbg.kdl mode change 100644 => 120000 chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/teleport.kdl diff --git a/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/cs-dbg.kdl b/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/cs-dbg.kdl deleted file mode 100644 index 82c481a..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/cs-dbg.kdl +++ /dev/null @@ -1,16 +0,0 @@ -layout { - cwd "/Users/gal.szkolnik" - tab name="CS-DBG" hide_floating_panes=true { - pane size=1 borderless=true { - plugin location="zellij:tab-bar" - } - pane command="zsh" cwd="/Users/gal.szkolnik" size="55%" { - args "-ic" "ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa cs-dbg" - start_suspended true - } - pane size=1 borderless=true { - plugin location="zellij:status-bar" - } - } -} - diff --git a/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/cs-dbg.kdl b/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/cs-dbg.kdl new file mode 120000 index 0000000..4f27d5a --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/cs-dbg.kdl @@ -0,0 +1 @@ +../../../../_home/private_dot_config/zellij/layouts/cs-dbg.kdl \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/teleport.kdl b/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/teleport.kdl deleted file mode 100644 index c3c678e..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/teleport.kdl +++ /dev/null @@ -1,16 +0,0 @@ -layout { - cwd "/Users/gal.szkolnik" - tab name="Teleport" hide_floating_panes=true { - pane size=1 borderless=true { - plugin location="zellij:tab-bar" - } - pane command="zsh" cwd="/Users/gal.szkolnik" size="55%" { - args "-ic" "vast-teleport launch --from-zellij" - start_suspended true - } - pane size=1 borderless=true { - plugin location="zellij:status-bar" - } - } -} - diff --git a/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/teleport.kdl b/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/teleport.kdl new file mode 120000 index 0000000..2774f52 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/zellij/layouts/teleport.kdl @@ -0,0 +1 @@ +../../../../_home/private_dot_config/zellij/layouts/teleport.kdl \ No newline at end of file