From d482870c619dd5c6c4d8cd4ae1ea8b0dc7fb084e Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sat, 31 Jan 2026 11:37:13 -0500 Subject: Added basic install script for uv I will expand on it later, needed for testing On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/scripts/install-uv.sh --- config/hypr/scripts/install-uv.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 config/hypr/scripts/install-uv.sh diff --git a/config/hypr/scripts/install-uv.sh b/config/hypr/scripts/install-uv.sh new file mode 100755 index 00000000..3582a78e --- /dev/null +++ b/config/hypr/scripts/install-uv.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +curl -LsSf https://astral.sh/uv/install.sh | sh -- cgit v1.2.3