Compare commits
5 Commits
4db8bc20de
...
feat_niri_
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ccf932056 | |||
| 76724aacea | |||
| 2fedfbe326 | |||
| fb90bf1b2c | |||
| 58c0efb32b |
@@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
curl -fsSL https://install.danklinux.com | sh
|
||||
|
||||
|
||||
14
01-setup-niri-script.sh
Normal file
14
01-setup-niri-script.sh
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user