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

21 lines
390 B
YAML
Raw Normal View History

---
- name: Create .tmux
file:
path: ~/.tmux
state: directory
- 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