From fb90bf1b2cf060953ae712396143db25303276f2 Mon Sep 17 00:00:00 2001 From: Brandon Kessler Date: Sun, 14 Dec 2025 15:21:30 -0700 Subject: [PATCH] feat: moves and creates script to install niri --- 01-setup-niri-script.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 01-setup-niri-script.sh diff --git a/01-setup-niri-script.sh b/01-setup-niri-script.sh new file mode 100644 index 0000000..36e327e --- /dev/null +++ b/01-setup-niri-script.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +#-- install the bare-bones apps to get niri functional + +#----------------------------# +#--- Dank Material Shell ----# +#----------------------------# +curl -fsSL https://install.danklinux.com | sh