dotfiles/playbooks/roles/shell/tasks/tmux.yml
Matej Focko 0b7969ad00
Switch mkdir from shell to file/directory
Closes #21

Signed-off-by: Matej Focko <me@mfocko.xyz>
2020-10-17 13:15:46 +02:00

20 lines
390 B
YAML

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