mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added installation of TPM for the root user
This commit is contained in:
@@ -13,6 +13,16 @@
|
|||||||
clone: true
|
clone: true
|
||||||
single_branch: true
|
single_branch: true
|
||||||
depth: 1
|
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
|
- name: Setup TMUX for the unprivileged user
|
||||||
copy:
|
copy:
|
||||||
src: tmux/tmux.conf
|
src: tmux/tmux.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user