1
0
mirror of https://github.com/eoli3n/dotfiles synced 2025-02-22 09:31:17 +01:00
eoli3n-dotfiles/roles/htop/tasks/main.yml
2020-12-19 17:06:19 +01:00

11 lines
171 B
YAML

---
- name: create htop config dir
file:
path: ~/.config/htop
state: directory
- name: copy htop config
copy:
src: htoprc
dest: ~/.config/htop/htoprc