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'