From 2fedfbe326effef3be8fd97acaf91e342e90e294 Mon Sep 17 00:00:00 2001 From: Brandon Kessler Date: Sun, 14 Dec 2025 15:38:01 -0700 Subject: [PATCH] feat: Adds git to installation --- 01-setup-niri-script.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/01-setup-niri-script.sh b/01-setup-niri-script.sh index 36e327e..ee46d74 100644 --- a/01-setup-niri-script.sh +++ b/01-setup-niri-script.sh @@ -2,7 +2,17 @@ #-- install the bare-bones apps to get niri functional +#----------------------------# +#---------- Git -------------# +#----------------------------# +zypper -n install git + #----------------------------# #--- Dank Material Shell ----# #----------------------------# curl -fsSL https://install.danklinux.com | sh + +#----------------------------# +#--------- SDDM -------------# +#----------------------------# +zypper -n install sddm