Compare commits

..

5 Commits

2 changed files with 14 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
#!/bin/bash
curl -fsSL https://install.danklinux.com | sh

14
01-setup-niri-script.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/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