summaryrefslogtreecommitdiff
path: root/core/packages/install_rust.sh
blob: 921a533c5f85bf4bf7fe4b994d80393cd64d6957 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# Install Rust and Cargo tools
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo '[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"' >> ~/.bashrc
source "$HOME/.cargo/env"
cargo install cargo-clone-crate cargo-edit cargo-info evcxr_jupyter bacon du-dust ripgrep bandwhich