dotfiles/meta/configs/arch.base.yaml
2023-02-07 18:14:24 -05:00

7 lines
273 B
YAML

- shell:
- [arch/yay_installer, Installing yay]
-
command: "yay --sudoloop --nodiffmenu --noeditmenu --noupgrademenu --nocleanmenu --noredownload --norebuild --useask --needed -S `cat arch/base.deps | grep -v '#'`"
description: "Installing base dependancies"