make tpm work

This commit is contained in:
sebastian
2025-04-22 07:46:33 +02:00
parent 53264207ea
commit 005570803d
2 changed files with 2 additions and 2 deletions

View File

@@ -78,5 +78,5 @@
- name: Git checkout - name: Git checkout
ansible.builtin.git: ansible.builtin.git:
repo: 'https://github.com/tmux-plugins/tpm' repo: 'https://github.com/tmux-plugins/tpm'
dest: ~{{ regular_user }}/.config/tmux/plugins/" dest: "~{{ regular_user }}/.config/tmux/plugins/"

View File

@@ -73,7 +73,7 @@ set -g @plugin 'wfxr/tmux-power'
set -g @plugin 'wfxr/tmux-net-speed' set -g @plugin 'wfxr/tmux-net-speed'
#set -g @plugin "nordtheme/tmux" set -g @plugin "nordtheme/tmux"
set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-yank'
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'