do not upgrade brew by default, quiet install
This commit is contained in:
parent
cb9a63fe13
commit
3d65c546c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user