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