diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-31 11:37:13 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-31 11:37:13 -0500 |
| commit | d482870c619dd5c6c4d8cd4ae1ea8b0dc7fb084e (patch) | |
| tree | ddc20082d190f97648d51a4b6840c5246c9e626b | |
| parent | f4e547ed45806f534e3a678d1092bdeb5d900c16 (diff) | |
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
| -rwxr-xr-x | config/hypr/scripts/install-uv.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
