2020-10-11 15:09:15 +02:00
|
|
|
---
|
2020-10-11 20:33:50 +02:00
|
|
|
- name: Create .tmux
|
|
|
|
shell: mkdir -p ~/.tmux
|
|
|
|
|
2020-10-11 15:09:15 +02:00
|
|
|
- name: Clone tpm
|
2020-10-11 18:40:02 +02:00
|
|
|
git:
|
|
|
|
repo: https://github.com/tmux-plugins/tpm
|
|
|
|
dest: ~/.tmux/plugins/tpm
|
2020-10-11 15:09:15 +02:00
|
|
|
|
|
|
|
- name: Create tmux.conf
|
|
|
|
template:
|
|
|
|
src: templates/tmux.conf.j2
|
|
|
|
dest: ~/.tmux.conf
|
|
|
|
|
|
|
|
- name: Create tmux status configuration
|
|
|
|
template:
|
|
|
|
src: templates/tmux_status.conf.j2
|
2020-10-11 20:33:50 +02:00
|
|
|
dest: ~/.tmux/status.conf
|