clean ~/.config
This commit is contained in:
parent
5a31201628
commit
583fcbc193
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
||||||
create: true
|
create: true
|
||||||
force: true
|
force: true
|
||||||
|
|
||||||
- clean: ["~"]
|
- clean:
|
||||||
|
~/:
|
||||||
|
~/.config:
|
||||||
|
recursive: true
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.xprofile: xprofile
|
~/.xprofile: xprofile
|
||||||
|
|
Loading…
Reference in a new issue