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.
neofetch was removed from Alpine 3.20+ and conflicts with armbian-config's
own /usr/bin/neofetch on Debian/armbian (dpkg abort). Keep htop + fzf as
the safe cross-distro defaults; neofetch noted as optional in a comment.
Vundle's :PluginInstall hangs when stdout is not a TTY (e.g. automated
runs on Alpine). Clone each plugin declared in .vimrc directly instead
- unattended, idempotent, and skips the Vundle self-reference.
- Enable Alpine community repo (vim/fzf live there, commented out by default).
- Split essential vs extra packages; extras (htop/neofetch/fzf) install
best-effort so a missing neofetch (removed from Alpine 3.20+) does not abort.
- Make run() return its command's exit status explicitly so 'if run ...'
guards work under 'set -e'.
Bootstraps a fresh host: detects apt vs apk, installs base + extra
packages (htop/neofetch/fzf), installs oh-my-zsh + zsh-autosuggestions,
deploys the matching server/<host> dotfiles by hostname, and runs
Vundle :PluginInstall. Flags: --host --no-zsh --chsh --dry-run.