From 318e7c7f95d9b5faa18c35fdaf6ce4ebcce32a25 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 4 Oct 2025 10:10:34 -0400 Subject: [PATCH] feat: Adds launch option to install-webapp script, to launch it in a new terminal window. --- env/.local/scripts/hypr/install-webapp | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/env/.local/scripts/hypr/install-webapp b/env/.local/scripts/hypr/install-webapp index 911f151..a8f894c 100755 --- a/env/.local/scripts/hypr/install-webapp +++ b/env/.local/scripts/hypr/install-webapp @@ -2,6 +2,8 @@ # Adapted from https://github.com/basecamp/omarchy/tree/master?tab=readme-ov-file +# TODO: Use bash and only allow options, not positional arguments to make easier. + function usage() { cat <