mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-19 06:06:11 +00:00
chore(mise): update configs and add cleanup script documentation
Update tooling configs, shell settings, and editor configurations as part of the mise migration. Add companion documentation for the cleanup-old-version-managers script and remove unused fish completions.
This commit is contained in:
@@ -10,7 +10,7 @@ scripts/install-python-packages.sh
|
||||
|
||||
## What it does
|
||||
|
||||
1. Checks that `uv` is available; if missing, installs it via the official installer.
|
||||
1. Checks that `uv` is available; if missing, exits with an error (install `uv` via mise first).
|
||||
2. Installs each library from the inline `libraries` array using `uv pip install --system --upgrade`.
|
||||
|
||||
To add or remove packages, edit the `libraries` array in `scripts/install-python-packages.sh`.
|
||||
|
||||
Reference in New Issue
Block a user