Tris replaces his entire development toolkit with fast Rust-based CLI alternatives installed via cargo, using sccache for speed, culminating in RTX for faster runtime version management.
Tris demonstrates replacing your entire development toolkit with fast, modern Rust-based alternatives installed via cargo install, all reproducible through an "illiterate programming document." He advises using sccache to speed up mass installs, then highlights Nushell for structured data, uutils for cross-platform Unix commands, and Starship, EXA, Dust, and Bat for a modernized shell experience. Zellij and mprox improve terminal multiplexing and process management, while ripgrep, Bob, gitui, and Bacon cover searching, Neovim versioning, Git UI, and Rust development workflows. Fun tools like ncspot and Wikitui replace GUI distractions, and utilities like a Pomodoro timer and Speedtest RS keep focus in the terminal. The key capstone is RTX, a pure-Rust drop-in replacement for asdf that manages runtime versions (Python, Node, Ruby) 20–200x faster, solidifying the all-Rust CLI setup.
cargo install.sccache to reuse compiled artifacts and avoid redundant recompilation of shared dependencies, dramatically speeding up installs.ls, du, and cat with better visuals and usability.find and grep in one fast command, powered by Rust’s regex engine with SIMD and literal optimizations.▶ 7:58 Fun tools replace common GUI distractions: ncspot is a Vim-friendly Spotify client that remembers track position and integrates with desktop hotkeys, while Wikitui offers a terminal UI for Wikipedia that the speaker finds far faster than web lookups.
▶ 8:21 Productivity utilities add quick, focused workflows: a command-line Pomodoro timer (25-minute work/5-minute break cycles, with stopwatch/timer extras) and Speedtest RS let you manage focus and check internet speed without leaving the terminal.
▶ 9:04 RTX is the key runtime tool: a pure Rust drop-in replacement for asdf, it handles version switching for Python, Node, Ruby, and more via plugins and .tool-versions files, eliminating separate version managers and being 20–200x faster—cementing the Rust-based command-line setup.
Load the full timestamped transcript on demand and click any time to jump in the video.