make tpm work

This commit is contained in:
sebastian
2025-04-22 07:52:49 +02:00
parent 005570803d
commit c74eb74533

View File

@@ -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 }}"