chore: remove pipx

main
sudo pacman -Syu 2024-05-11 00:20:41 +07:00
parent d708ad9281
commit 2bbece233f
7 changed files with 16 additions and 11 deletions

View File

@ -6,5 +6,5 @@ brew install \
fdupes rsync rclone restic \
yt-dlp newsboat \
btop \
clang-format pipx marksman moar \
clang-format marksman moar \
qmk

View File

@ -10,6 +10,7 @@ cargo install --quiet --locked \
daktilo
cargo install --quiet --locked ripgrep --features 'pcre2'
cargo install --quiet --git https://github.com/astral-sh/rye rye
bat cache --build

View File

@ -8,3 +8,4 @@ cargo install --quiet --force --locked \
daktilo
cargo install --quiet --force --locked ripgrep --features 'pcre2'
cargo install --quiet --force --git https://github.com/astral-sh/rye rye

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
pipx ensurepath
pipx install uv
pipx install ruff
pipx install pyright
pipx install keymap-drawer

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
pipx upgrade-all

8
scripts/rye_init.sh Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
rye
rye install uv
rye install ruff
rye install pyright
rye install keymap-drawer

5
scripts/rye_maintain.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
rye self update
rye tools list | xargs -L1 rye install --force