Skip to content

Commit

Permalink
Remove yarn and node from linuxbrew
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Boyles <[email protected]>
Co-authored-by: David Alvarado <[email protected]>
  • Loading branch information
sethboyles and dalvarado committed Oct 26, 2022
1 parent 328dae5 commit 3166f5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Brewfile-core
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 2 additions & 1 deletion Brewfile-osx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ brew 'ripgrep'
brew 'fd'
brew 'git-author'
brew 'lastpass-cli'

brew 'yarn'
brew 'node'
brew 'awscli'
brew 'chruby'

Expand Down
6 changes: 5 additions & 1 deletion install-scripts/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -45,6 +48,7 @@ pushd ~/workspace/lastpass-cli
sudo make install
popd


pushd /tmp/
if ! command -v fd &> /dev/null
then
Expand Down

0 comments on commit 3166f5e

Please sign in to comment.