feat(install): add uv install
This commit is contained in:
parent
c6cab93f4d
commit
b9af444e74
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ install_dotfiles () {
|
|||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
fi
|
||||
|
||||
#----uv
|
||||
command -v uv >/dev/null 2>&1 || curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
#
|
||||
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue