From e046927d0d482dff1a608f61f638cc1578d659fa Mon Sep 17 00:00:00 2001 From: Yax Date: Thu, 15 Jan 2026 08:24:16 +0100 Subject: [PATCH] Automatic TPM installation (https://github.com/tmux-plugins/tpm/blob/master/docs/automatic_tpm_installation.md) --- dot_tmux.conf.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 83588e2..1fc7f4a 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -153,6 +153,9 @@ set -g @plugin 'fabioluciano/tmux-powerkit' set -g @plugin 'azorng/tmux-smooth-scroll' set -g @plugin 'kristijan/flash-copy.tmux' +if "test ! -d ~/.tmux/plugins/tpm" \ + "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'" + # run tpm run -b '~/.tmux/plugins/tpm/tpm'