From 1e8e3847af5ed3d11eedacfdc5846fb7ffe684de Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 24 Feb 2025 08:17:20 +0100 Subject: [PATCH] manage tmux plugins as git submodules --- .gitmodules | 6 ++++++ dot-tmux/plugins/tmux | 1 + dot-tmux/plugins/tpm | 1 + 3 files changed, 8 insertions(+) create mode 160000 dot-tmux/plugins/tmux create mode 160000 dot-tmux/plugins/tpm diff --git a/.gitmodules b/.gitmodules index 68b91573..75fced73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -69,3 +69,9 @@ path = dot-config/kak/bundle url = https://codeberg.org/jdugan6240/kak-bundle branch = master +[submodule "tmux-tpm"] + path = dot-tmux/plugins/tpm + url = https://github.com/tmux-plugins/tpm +[submodule "rose-pine-tmux"] + path = dot-tmux/plugins/tmux + url = https://github.com/rose-pine/tmux diff --git a/dot-tmux/plugins/tmux b/dot-tmux/plugins/tmux new file mode 160000 index 00000000..5bf885fe --- /dev/null +++ b/dot-tmux/plugins/tmux @@ -0,0 +1 @@ +Subproject commit 5bf885fe2e181e9763d92d9c522b0526e901e449 diff --git a/dot-tmux/plugins/tpm b/dot-tmux/plugins/tpm new file mode 160000 index 00000000..99469c4a --- /dev/null +++ b/dot-tmux/plugins/tpm @@ -0,0 +1 @@ +Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946 -- 2.51.2