dotfiles/playbooks/roles/shell/tasks/tmux.yml
Matej Focko c83b93a64f
Create configuration directories for nvim and tmux
Signed-off-by: Matej Focko <me@mfocko.xyz>
2020-10-11 20:35:49 +02:00

18 lines
369 B
YAML

---
- name: Create .tmux
shell: mkdir -p ~/.tmux
- 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