Node and yarn

This commit is contained in:
Daniel Flanagan 2020-02-14 12:26:53 -06:00
parent 4a0a6ac071
commit 60e26b3c7d
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,14 @@
#!/usr/bin/env bash
apt install \
echo "Setting up yarn source..."
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt remove cmdtest # conflicts with yarn
sudo apt update
sudo apt install \
tmux \
fish \
fd-find \
@ -21,4 +29,6 @@ apt install \
ranger \
inotify-tools \
time \
fortune
fortune \
nodejs yarn \
kitty-terminfo