mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
added missing installation of tmux plugin manager
This commit is contained in:
@@ -4,6 +4,14 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: tmux
|
name: tmux
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install TPM (Tmux Plugin Manager)
|
||||||
|
git:
|
||||||
|
repo: https://github.com/tmux-plugins/tpm
|
||||||
|
desk: /$HOME/.tmux/plugins/tpm
|
||||||
|
update: true
|
||||||
|
clone: true
|
||||||
|
single_branch: true
|
||||||
|
depth: 1
|
||||||
- name: Setup TMUX
|
- name: Setup TMUX
|
||||||
copy:
|
copy:
|
||||||
src: tmux/tmux.conf
|
src: tmux/tmux.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user