chore: replace rye with uv
parent
f176472bd1
commit
483d0d50d7
|
@ -4,7 +4,9 @@ brew install \
|
||||||
libgit2 pcre2 xz telnet \
|
libgit2 pcre2 xz telnet \
|
||||||
git neovim \
|
git neovim \
|
||||||
fdupes rsync rclone restic wcurl ncdu \
|
fdupes rsync rclone restic wcurl ncdu \
|
||||||
|
tlrc vivid zellij \
|
||||||
yt-dlp newsboat vips btop \
|
yt-dlp newsboat vips btop \
|
||||||
clang-format marksman asciidoctor ollama gitleaks gh \
|
fnm uv \
|
||||||
qmk \
|
stylua taplo typos-cli clang-format marksman asciidoctor ollama gitleaks gh \
|
||||||
|
qmk daktilo \
|
||||||
redis mysql-client
|
redis mysql-client
|
||||||
|
|
|
@ -3,16 +3,11 @@
|
||||||
rustup update
|
rustup update
|
||||||
|
|
||||||
cargo install \
|
cargo install \
|
||||||
fd-find bat git-delta eza sd tlrc \
|
fd-find bat git-delta eza sd \
|
||||||
difftastic vivid zellij zoxide \
|
difftastic zoxide \
|
||||||
stylua typos-cli \
|
pokeget
|
||||||
pokeget \
|
|
||||||
daktilo
|
|
||||||
|
|
||||||
cargo install --git https://github.com/BurntSushi/ripgrep ripgrep --features 'pcre2'
|
cargo install --git https://github.com/BurntSushi/ripgrep ripgrep --features 'pcre2'
|
||||||
cargo install --git https://github.com/Schniz/fnm fnm
|
|
||||||
cargo install --git https://github.com/astral-sh/rye rye
|
|
||||||
cargo install --git https://github.com/tamasfe/taplo taplo-cli
|
|
||||||
|
|
||||||
bat cache --build
|
bat cache --build
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,8 @@ git -C ~/.oh-my-zsh/custom/plugins/fzf-tab pull
|
||||||
git -C ~/.fzf pull
|
git -C ~/.fzf pull
|
||||||
~/.fzf/install --key-bindings --completion --update-rc --no-bash --no-fish
|
~/.fzf/install --key-bindings --completion --update-rc --no-bash --no-fish
|
||||||
|
|
||||||
|
fnm install --lts
|
||||||
|
|
||||||
bun upgrade --stable
|
bun upgrade --stable
|
||||||
bun install --global prettier@latest
|
bun install --global prettier@latest
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
rye
|
|
||||||
|
|
||||||
rye install uv
|
|
||||||
rye install ruff
|
|
||||||
rye install pyright
|
|
||||||
rye install keymap-drawer
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
rye self update
|
|
||||||
|
|
||||||
rye tools list | xargs -L1 rye install --force
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
uv tool update-shell
|
||||||
|
|
||||||
|
uv tool install ruff
|
||||||
|
uv tool install pyright
|
||||||
|
uv tool install keymap-drawer
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
uv tool upgrade --all
|
Loading…
Reference in New Issue