1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00
eoli3n-dotfiles/roles/tmux/tasks/main.yml
2022-09-30 12:25:34 +02:00

10 lines
161 B
YAML

---
- name: install powerline-status with pip
pip:
name: powerline-status
- name: configure tmux
template:
src: tmux.conf.j2
dest: ~/.tmux.conf