make tpm work
This commit is contained in:
@@ -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/"
|
||||||
|
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user