From 0e42a507cb8e202ee8c82c82e9d9156608ec20df Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 8 Apr 2024 12:38:31 +0200 Subject: [PATCH] Add: tmux plugin manager repo as git submodule --- .gitmodules | 3 +++ Configs/Tmux/tmux/plugins/tpm | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Configs/Tmux/tmux/plugins/tpm diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e5af87a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Configs/Tmux/tmux/plugins/tpm"] + path = Configs/Tmux/tmux/plugins/tpm + url = https://github.com/tmux-plugins/tpm diff --git a/Configs/Tmux/tmux/plugins/tpm b/Configs/Tmux/tmux/plugins/tpm new file mode 160000 index 0000000..99469c4 --- /dev/null +++ b/Configs/Tmux/tmux/plugins/tpm @@ -0,0 +1 @@ +Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946