diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index afeb46d..6e507c1 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -19,7 +19,6 @@ $Green########################################################################## bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" fi brew update - brew upgrade {{ else if eq .chezmoi.osRelease.id "fedora" -}} sudo dnf update -y @@ -45,7 +44,7 @@ $Green########################################################################## sleep 3 {{ if eq .chezmoi.os "darwin" -}} - brew install $BASE_PACKAGES + brew install -q $BASE_PACKAGES {{ else if eq .chezmoi.osRelease.id "fedora" -}} sudo dnf install $BASE_PACKAGES kitty-terminfo util-linux-user -y @@ -123,7 +122,7 @@ $Green########################################################################## sleep 3 {{ if eq .chezmoi.os "darwin" -}} - brew install fish neovim $ACT_PACKAGES atuin jump fd + brew install -q fish neovim $ACT_PACKAGES atuin jump fd {{ else if eq .chezmoi.osRelease.id "fedora" -}} sudo dnf install neovim fish $ACT_PACKAGES fd-find -y