mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-06 09:48:56 +00:00
Install essential developer packages via apt: - Build tools: build-essential, cmake, pkg-config, autoconf, automake, libtool - Dev libraries: libssl-dev, libffi-dev, zlib1g-dev, libreadline-dev, etc. - CLI utilities: jq, tmux, tree, unzip, shellcheck, socat, gnupg Curated to avoid duplicates with cargo/go installs (ripgrep, fd, fzf, etc.). Uses batched apt install for efficiency, exits gracefully on non-Debian systems.