From 80c43b1b55c0e3fb2dd813ac0792f0385f46b46e Mon Sep 17 00:00:00 2001 From: inkch Date: Sun, 14 Jan 2024 20:29:25 +0900 Subject: [PATCH] tmux: use plugins only in desktop and laptop --- dot_config/tmux/tmux.conf.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index e146767..8a208d5 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -121,6 +121,7 @@ bind -T off M-q \ +{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz") }} ####################### # Plugins ####################### @@ -144,3 +145,4 @@ set -g @thumbs-command 'echo -n {} | xsel -ib' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b "$XDG_CACHE_HOME/tmux/plugins/tpm/tpm" +{{- end }}