dotfiles/meta/base.yaml
2023-08-02 20:00:58 +02:00

24 lines
335 B
YAML

- defaults:
link:
create: true
relink: true
conditional:
isolated: false
- shell:
- [
git submodule update --init --recursive, "Installing submodules."
]
- clean: [
'~',
'~/.config'
]
- ifanylinux:
- shell:
- [
echo "Archlinux test", "Using ifplatform module."
]