diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 982294a..dbe96d5 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -116,7 +116,8 @@ print_block new_line "Update caches and upgrade packages" {{ if eq .chezmoi.os "freebsd" -}} - sudo pkg update + sudo pkg update 2>&1|pad + {{ else if eq .chezmoi.os "darwin" -}} if ! type brew; then @@ -141,7 +142,7 @@ new_line "Install base packages" {{ if eq .chezmoi.os "freebsd" -}} - sudo pkg install --yes $BASE_PACKAGES + sudo pkg install --yes $BASE_PACKAGES py39-pipx direnv 2>&1|pad {{ else if eq .chezmoi.os "darwin" -}} brew install -q $BASE_PACKAGES python pipx 2>&1|pad @@ -209,7 +210,7 @@ new_line "Install neovim, fish, atuin, jump and the rest" {{ if eq .chezmoi.os "freebsd" -}} -sudo pkg install --yes $ACT_PACKAGES +sudo pkg install --yes $ACT_PACKAGES neovim fish atuin lazygit fd-find pam_ssh_agent_auth fd 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