mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
added installation of TPM for the root user
This commit is contained in:
@@ -13,6 +13,16 @@
|
||||
clone: true
|
||||
single_branch: true
|
||||
depth: 1
|
||||
- name: Install TPM for the root user
|
||||
become: true
|
||||
git:
|
||||
repo: https://github.com/tmux-plugins/tpm
|
||||
dest: /root/.tmux/plugins/tpm
|
||||
update: true
|
||||
force: true
|
||||
clone: true
|
||||
single_branch: true
|
||||
depth: 1
|
||||
- name: Setup TMUX for the unprivileged user
|
||||
copy:
|
||||
src: tmux/tmux.conf
|
||||
|
||||
Reference in New Issue
Block a user