Needed for NFS mounts. Included in the best-effort CLI tools list so a
missing/conflicting package never aborts the bootstrap. README + header
updated.
- ESSENTIAL now includes wget.
- Add best-effort CLI tools: htop, fzf, nslookup (dnsutils on Debian,
bind-tools on Alpine).
- Attempt kubectl only when its package is available in the repos
(not in default Debian/Alpine repos; install manually otherwise).
- README: add 'chmod +x install.sh' and a single-line
clone+install+remove one-liner.
Consolidated server/<host>/ into one generic servers/ set applied to any
host. Baseline chosen as the superset of the per-host configs:
.zshrc (agnoster + kubectl), identical .vimrc, standard .bashrc, fuller
htoprc, and the shared neofetch config.
install.sh now deploys servers/ unconditionally (no hostname matching);
removed the --host flag. README updated accordingly.