From 005570803d19c3110d3bdacc016e0cad25e4895c Mon Sep 17 00:00:00 2001 From: sebastian Date: Tue, 22 Apr 2025 07:46:33 +0200 Subject: [PATCH] make tpm work --- dot_bootstrap/setup.yml | 2 +- dot_config/tmux/tmux.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_bootstrap/setup.yml b/dot_bootstrap/setup.yml index ea0d2a1..f9749aa 100644 --- a/dot_bootstrap/setup.yml +++ b/dot_bootstrap/setup.yml @@ -78,5 +78,5 @@ - name: Git checkout ansible.builtin.git: repo: 'https://github.com/tmux-plugins/tpm' - dest: ~{{ regular_user }}/.config/tmux/plugins/" + dest: "~{{ regular_user }}/.config/tmux/plugins/" diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index 6916e7e..691cb63 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -73,7 +73,7 @@ set -g @plugin 'wfxr/tmux-power' set -g @plugin 'wfxr/tmux-net-speed' -#set -g @plugin "nordtheme/tmux" +set -g @plugin "nordtheme/tmux" set -g @plugin 'tmux-plugins/tmux-yank' run '~/.config/tmux/plugins/tpm/tpm'