mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-06 21:50:14 +00:00
Fix 14 editorconfig/biome errors across 6 files: update biome schema version, replace tabs with spaces, fix continuation indents, and wrap long lines. Remove dangling OrbStack fish completion symlinks.
663 B
663 B
install-cargo-packages
Install Rust packages defined in the script.
Usage
scripts/install-cargo-packages.sh
What it does
- If
cargo-install-updateis available, updates all existing packages first and tracks which packages are already installed. - Installs each package from the inline list using
cargo install, skipping any already handled by the update step. Builds run in parallel using available CPU cores (minus two). - Runs package-specific post-install steps.
- Cleans the cargo cache with
cargo cache --autoclean.
To add or remove packages, edit the packages array in scripts/install-cargo-packages.sh.