Files
dotfiles/install.sh
Jose Henrique 351631e7b4 Fix Alpine install: enable community repo, make extras best-effort
- 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'.
2026-07-20 09:06:19 -03:00

9.3 KiB