Add node@18 to default brew packages

This commit is contained in:
2023-03-25 15:02:41 +01:00
parent 7de8868891
commit 9a27a5c4de

View File

@@ -78,7 +78,7 @@ move_profile_file () {
}
install_packages_brew () {
declare -a packages=("cmake" "tree" "wget" "jq" "ripgrep" "watch" "tmux" "fish" "lua-language-server" "gh")
declare -a packages=("cmake" "tree" "wget" "jq" "ripgrep" "watch" "tmux" "fish" "lua-language-server" "node@18" "gh")
echo "Installing ${#packages[@]} packages from brew"
brew install --quiet "${packages[@]}"