diff --git a/.gitmodules b/.gitmodules index 8091ce1..f881daa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "zsh/custom/plugins/zsh-autosuggestions"] path = zsh/custom/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions/ +[submodule "tmux/tpm"] + path = tmux/tpm + url = https://github.com/tmux-plugins/tpm diff --git a/tmux/.stow-local-ignore b/tmux/.stow-local-ignore index c82b032..b140680 100644 --- a/tmux/.stow-local-ignore +++ b/tmux/.stow-local-ignore @@ -1 +1,2 @@ gruvbox.conf +tpm/ diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index 2eda40a..82de911 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -57,3 +57,5 @@ wg_is_keys_off="#([ $(tmux show-option -qv key-table) = 'off' ] && echo 'TRUE' ) # Load theme source-file "$DOTFILES/tmux/gruvbox.conf" + +run "$DOTFILES/tmux/tpm/tpm" diff --git a/tmux/tpm b/tmux/tpm new file mode 160000 index 0000000..99469c4 --- /dev/null +++ b/tmux/tpm @@ -0,0 +1 @@ +Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946