From 08c1ccef32af45105ca21763a8bbcf595f474672 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 3 Mar 2026 03:07:01 +0300 Subject: [PATCH] fix OpenBSD package list: disambiguate flavors, remove unavailable Remove atuin (not in 7.5), tmux (in base), gcc (unnecessary). Use -- suffix to select default flavor for ambiguous packages: unzip, nnn, mtr. Co-Authored-By: Claude Opus 4.6 --- run_onchange_after_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 71819d8..e1247c4 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -392,7 +392,7 @@ $SUDO pkg install --yes $ACT_PACKAGES neovim fish atuin lazygit fd-find pam_ssh_ {{ else if eq .chezmoi.os "openbsd" -}} -$SUDO pkg_add neovim fish atuin fd ripgrep unzip htop fzf bat gawk jq nnn tmux mc ngrep mtr gcc 2>&1|pad +$SUDO pkg_add neovim fish fd ripgrep unzip-- htop fzf bat gawk jq nnn-- mc ngrep mtr-- 2>&1|pad {{ else if eq .chezmoi.os "darwin" -}} brew install -q fish neovim $ACT_PACKAGES atuin jump fd sk dust lazygit 2>&1|pad