Tyler Adam Martinez's Shell Configuration
Rust-first shell, editor, terminal, and Git configuration.
Linux:
sudo apt-get update
sudo apt-get install fishmacOS:
brew install fishSet Fish as the default shell:
chsh -s "$(which fish)"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"./scripts/bootstrap.shThe bootstrap script reads the Cargo tool list from Cargo.toml, installs tools with cargo-binstall when possible, falls back to cargo install, and updates installed Cargo binaries.
See INSTALL_LIST.md for the installed tools and optional non-Cargo dependencies.