dotfiles/playbooks/roles/shell/tasks/tmux.yml

13 lines
312 B
YAML
Raw Normal View History

---
- 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