Skip to content

Commit 9efa0ad

Browse files
committed
Ensure neofetch config folder exists
1 parent f95db5c commit 9efa0ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

customization-text.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
- lolcat
1313
- neofetch
1414

15+
- name: Ensure neofetch configuration folder exists
16+
file:
17+
path: ~/.config/neofetch
18+
state: directory
19+
1520
- name: Override neofetch configuration
1621
copy:
1722
dest: ~/.config/neofetch/config.conf

0 commit comments

Comments
 (0)