mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
10 lines
161 B
YAML
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
|