From 92b3820f2f33ff326faf132a20622f9577d21b50 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 + 2 files changed, 7 insertions(+) create mode 160000 dot-tmux/plugins/tmux 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 -- 2.51.2