make tpm work
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
# Terminal tools
|
||||
- mc
|
||||
- git
|
||||
- zsh
|
||||
- htop
|
||||
@@ -79,4 +80,6 @@
|
||||
ansible.builtin.git:
|
||||
repo: 'https://github.com/tmux-plugins/tpm'
|
||||
dest: "~{{ regular_user }}/.config/tmux/plugins/"
|
||||
mode: "0755"
|
||||
owner: "{{ regular_user }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user