mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
Update homebrew packages
This commit is contained in:
@@ -58,11 +58,19 @@ main() {
|
||||
zsh
|
||||
)
|
||||
|
||||
local personal_pkgs=(
|
||||
"mkvtoolnix --with-qt"
|
||||
)
|
||||
|
||||
#
|
||||
# Install packages
|
||||
#
|
||||
|
||||
install_packages "core" "${core_pkgs[@]}"
|
||||
|
||||
if [[ " $@ " == *" personal "* ]]; then
|
||||
install_packages "personal" "${personal_pkgs[@]}"
|
||||
fi
|
||||
}
|
||||
|
||||
main $@
|
||||
|
||||
Reference in New Issue
Block a user