Rust

Install

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
source ~/.zshrc
cargo

Bun

Install

curl -fsSL https://bun.sh/install | bash
source ~/.zshrc
bun
Table of Contents