Files
niri_setup_scripts/01-setup-niri-script.sh

19 lines
442 B
Bash

#!/bin/bash
#-- 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