diff --git a/install.sh b/install.sh index e17f059..b75a507 100755 --- a/install.sh +++ b/install.sh @@ -86,15 +86,20 @@ function performSetup() { sudo apt install build-essential visidata fi + # NOTE: Do not brew install anything with a dependency on node. + # Instead, install with npm -g. + brew install \ gcc \ tmux neovim \ eza bat fzf ripgrep fd jq gron \ git lazygit git-delta \ - crane dive devcontainer \ + crane dive \ go sqlite \ stripe-cli restic + npm install -g @devcontainers/cli + popd > /dev/null }