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

15 lines
326 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