diff --git a/meta/base.yaml b/meta/base.yaml index 2d6d337..712f065 100644 --- a/meta/base.yaml +++ b/meta/base.yaml @@ -5,10 +5,17 @@ - shell: - [ - git submodule update --init --recursive, "Installing submodules." + git submodule update --init --recursive, "Installing submodules.", ] - clean: [ '~', - '~/.config' + '~/.config', ] + +- conditional: + if: 'command -v pamac' + then: + shell: + - pamac install yay +