dotfiles/playbooks/roles/shell/tasks/tmux.yml
Matej Focko 2e3be924d2
Use git instead of shell
Signed-off-by: Matej Focko <matej.focko@outlook.com>
2020-10-11 18:40:02 +02:00

15 lines
No EOL
320 B
YAML

---
- name: Clone tpm
git:
repo: https://github.com/tmux-plugins/tpm
dest: ~/.tmux/plugins/tpm
- 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
dest: ~/.tmux/status.conf