Fix: Make sure personal cheatsheet folder exists

This commit is contained in:
2023-04-28 14:53:43 +03:00
parent ff01a27b3c
commit e0ae5e2ff5

View File

@@ -1,4 +1,4 @@
- include: 'hosts/defaults.yaml' - include: "hosts/defaults.yaml"
- clean: - clean:
~/: ~/:
~/.config: ~/.config:
@@ -9,6 +9,7 @@
~/.cache: ~/.cache:
~/.cache/git: ~/.cache/git:
~/.config: ~/.config:
~/.config/cheat/cheatsheets/personal:
~/.local: ~/.local:
~/.local/run: ~/.local/run:
~/.local/share: ~/.local/share: