Skip to content

Tools & Runtimes

Everything the bootstrap installs — 30+ modern CLI tools, language runtimes, and a fully configured shell experience on every platform.

Modern CLI Tools

Every tool replaces a dated Unix default with something faster, prettier, or smarter.

CategoryTools
Files & Navigationeza · zoxide · fd · yazi · fzf
Search & Viewripgrep · bat · glow · tldr
Gitdelta · lazygit · gh
System & Monitoringbtop · bottom · procs · dust · duf · fastfetch
NetworkingHTTPie · xh · gping
Dev & Opsjust · hyperfine · direnv · age
Cloud & K8sAzure CLI · kubectl · helm
Shell & EditorNeovim (LazyVim) · tmux · atuin · starship

Linux tool fallback behaviour

On Linux, most tools are installed from .deb packages or prebuilt archives. When a prebuilt binary is not available for the current architecture, the installer falls back to a cargo install (e.g. procs). Cargo fallbacks require Rust to be installed first — the bootstrap handles ordering automatically.

Development Runtimes

RuntimeLinux / macOSWindows
Node.jsnvm with lazy-loadingnvm-windows via winget
BunOfficial installer / Homebrewwinget
Rustrustup + stable toolchainrustup via winget
Pythonuvwinget

Shell Experience

Linux / macOSWindows
ShellZsh + Oh My ZshPowerShell 7+
PromptPowerlevel10kStarship
HistoryAtuin (synced, searchable)Atuin + PSReadLine
Completionskubectl, gh (cached daily)PSFzf, Terminal-Icons
Pluginsautosuggestions, syntax-highlighting, fzf, web-search, extractPSFzf, Terminal-Icons
Module loadingNVM lazy-loaded for instant startupModules deferred to first idle

Released under the MIT License.