dotfiles/playbooks/roles/shell/tasks/tmux.yml
Matej Focko de292d018f
Add first version of playbooks and configs
Signed-off-by: Matej Focko <matej.focko@outlook.com>
2020-10-11 15:09:15 +02:00

13 lines
No EOL
312 B
YAML

---
- name: Clone tpm
shell: git clone https://github.com/tmux-plugins/tpm ~/.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