diff options
| author | Your Name <you@example.com> | 2026-02-11 10:57:33 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-02-11 10:57:33 +0800 |
| commit | eacb889a46d478617837bf76de74d4e3276d9965 (patch) | |
| tree | 49ad946574fe878b4a4eaac0f1df4edf61024bdf | |
| parent | ee4d10a65dc0864263608ad1ef3679a1f6cea958 (diff) | |
add bandwhich to cargo install packages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | setup/core/packages/install_rust.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/core/packages/install_rust.sh b/setup/core/packages/install_rust.sh index 9d89f8a..921a533 100755 --- a/setup/core/packages/install_rust.sh +++ b/setup/core/packages/install_rust.sh | |||
| @@ -4,4 +4,4 @@ | |||
| 4 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y | 4 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
| 5 | echo '[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"' >> ~/.bashrc | 5 | echo '[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"' >> ~/.bashrc |
| 6 | source "$HOME/.cargo/env" | 6 | source "$HOME/.cargo/env" |
| 7 | cargo install cargo-clone-crate cargo-edit cargo-info evcxr_jupyter bacon du-dust ripgrep | 7 | cargo install cargo-clone-crate cargo-edit cargo-info evcxr_jupyter bacon du-dust ripgrep bandwhich |
