diff --git a/meta/base.yaml b/meta/base.yaml index 712f065..6186284 100644 --- a/meta/base.yaml +++ b/meta/base.yaml @@ -5,17 +5,23 @@ - shell: - [ - git submodule update --init --recursive, "Installing submodules.", + git submodule update --init --recursive, "Installing submodules." ] - clean: [ '~', - '~/.config', + '~/.config' ] + +- defaults: + conditional: + isolated: False + - conditional: - if: 'command -v pamac' + if: + tty: then: shell: - - pamac install yay + - command: "echo oui"