From 4bb73ec6c06a3db40aa2ea180eb410db962d191f Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 10 Feb 2022 10:18:56 +0000 Subject: [PATCH] Install zsh on postmarketos --- states/zsh/postmarketos.sls | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 states/zsh/postmarketos.sls diff --git a/states/zsh/postmarketos.sls b/states/zsh/postmarketos.sls new file mode 100644 index 0000000..a016719 --- /dev/null +++ b/states/zsh/postmarketos.sls @@ -0,0 +1,4 @@ +install zsh: + pkg.installed: + - pkgs: + - zsh -- 2.45.2