From 9a27a5c4de3676351dd0574616e9b17dc26052e2 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 25 Mar 2023 15:02:41 +0100 Subject: [PATCH] Add node@18 to default brew packages --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index e3e23b8..dfa896a 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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[@]}"