From 2a22c6bf162c6325740247433aafa6ee705f7c51 Mon Sep 17 00:00:00 2001 From: _N0x Date: Sat, 23 Oct 2021 19:42:23 +0200 Subject: [PATCH] Added git submodules for tmux plugins --- .gitmodules | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitmodules b/.gitmodules index d640455..ac9f2e7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,16 @@ [submodule "zsh/.oh-my-zsh/custom/themes/powerlevel10k"] path = zsh/.oh-my-zsh/custom/themes/powerlevel10k url = https://github.com/romkatv/powerlevel10k.git +[submodule "nord-tmux"] + path = tmux/.tmux/plugins/nord-tmux + url = https://git::@github.com/arcticicestudio/nord-tmux + fetch = +refs/heads/develop:refs/remotes/origin/develop +[submodule "tmux-sensible"] + path = tmux/.tmux/plugins/tmux-sensible + url = https://git::@github.com/tmux-plugins/tmux-sensible + fetch = +refs/heads/master:refs/remotes/origin/master +[submodule "tpm"] + path = tmux/.tmux/plugins/tpm + url = https://github.com/tmux-plugins/tpm + fetch = +refs/heads/*:refs/remotes/origin/* +