make tpm work
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name:
|
name:
|
||||||
# Terminal tools
|
# Terminal tools
|
||||||
|
- mc
|
||||||
- git
|
- git
|
||||||
- zsh
|
- zsh
|
||||||
- htop
|
- htop
|
||||||
@@ -79,4 +80,6 @@
|
|||||||
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/"
|
||||||
|
mode: "0755"
|
||||||
|
owner: "{{ regular_user }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user