24 lines
335 B
YAML
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."
|
|
]
|
|
|