dotfiles/meta/base.yaml

22 lines
296 B
YAML
Raw Normal View History

2018-06-27 14:33:18 +00:00
- defaults:
link:
create: true
relink: true
- shell:
2018-06-27 19:07:36 +00:00
- [
2023-05-09 20:14:20 +00:00
git submodule update --init --recursive, "Installing submodules.",
2018-06-27 19:07:36 +00:00
]
2018-06-27 14:33:18 +00:00
2020-08-09 14:38:39 +00:00
- clean: [
'~',
2023-05-09 20:14:20 +00:00
'~/.config',
2020-08-09 14:38:39 +00:00
]
2023-05-09 20:14:20 +00:00
- conditional:
if: 'command -v pamac'
then:
shell:
- pamac install yay