From 3166f5e25d4fbe607b944575e316f0e789be9344 Mon Sep 17 00:00:00 2001 From: Seth Boyles Date: Wed, 26 Oct 2022 21:36:34 +0000 Subject: [PATCH] Remove yarn and node from linuxbrew Co-authored-by: Seth Boyles Co-authored-by: David Alvarado --- Brewfile-core | 2 -- Brewfile-osx | 3 ++- install-scripts/ubuntu.sh | 6 +++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Brewfile-core b/Brewfile-core index dd03e11..24c6988 100644 --- a/Brewfile-core +++ b/Brewfile-core @@ -31,10 +31,8 @@ brew 'gti' # Language support brew 'go' -brew 'node' brew 'python', link: true, overwrite: true brew 'shellcheck' -brew 'yarn' brew 'java' cask 'docker' diff --git a/Brewfile-osx b/Brewfile-osx index a13733c..41dd491 100644 --- a/Brewfile-osx +++ b/Brewfile-osx @@ -4,7 +4,8 @@ brew 'ripgrep' brew 'fd' brew 'git-author' brew 'lastpass-cli' - +brew 'yarn' +brew 'node' brew 'awscli' brew 'chruby' diff --git a/install-scripts/ubuntu.sh b/install-scripts/ubuntu.sh index 57bdc9d..fb32258 100755 --- a/install-scripts/ubuntu.sh +++ b/install-scripts/ubuntu.sh @@ -17,7 +17,10 @@ sudo apt install -y \ mysql-server \ postgresql \ python-pip \ - python-setuptools + python-setuptools \ + nodejs \ + yarn + # fun dependencies sudo apt install -y \ @@ -45,6 +48,7 @@ pushd ~/workspace/lastpass-cli sudo make install popd + pushd /tmp/ if ! command -v fd &> /dev/null then