mirror of
https://github.com/eoli3n/dotfiles
synced 2025-02-22 09:31:17 +01:00
11 lines
171 B
YAML
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
|