Update dotbot conf

This commit is contained in:
Jeff Lance 2020-03-15 15:12:02 +01:00
parent 01d8f6a0c7
commit 1373b14ab5

View File

@ -3,12 +3,13 @@
create: true create: true
relink: true relink: true
- clean: [
'~',
'~/.config'
]
- shell: - shell:
- [ - [
git submodule update --init --recursive, "Installing submodules." git submodule update --init --recursive, "Installing submodules."
] ]
- clean: [
'~',
'~/.config'
]