#!/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