uvx
This commit is contained in:
parent
fa529b0b9a
commit
f9a4599c9f
1 changed files with 5 additions and 6 deletions
|
|
@ -1,10 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -oue pipefail
|
||||
|
||||
uv tool install --from git+https://codeberg.org/randogoth/curator/ curator
|
||||
curator_git="--from git+https://codeberg.org/randogoth/curator/"
|
||||
|
||||
curator init
|
||||
curator add brew.mc
|
||||
curator add nix.micro
|
||||
curator add nix.vscodium
|
||||
curator switch
|
||||
uvx $curator_git curator init
|
||||
uvx $curator_git curator add brew:mc nix:micro nix:vscodium
|
||||
uvx $curator_git curator switch
|
||||
uv tool install $curator_git curator
|
||||
Loading…
Add table
Add a link
Reference in a new issue