dotfiles/.config/hypr/scripts/install-uv.sh
2026-05-13 21:22:17 +02:00

8 lines
311 B
Bash
Executable file

#!/usr/bin/env bash
# ==================================================
# KoolDots (2026)
# Project URL: https://github.com/LinuxBeginnings
# License: GNU GPLv3
# SPDX-License-Identifier: GPL-3.0-or-later
# ==================================================
curl -LsSf https://astral.sh/uv/install.sh | sh