make sure yarn is installed

main
Andrew Coleman 2022-05-11 08:53:29 -04:00
parent b6ab5dbd4e
commit d077bab7d0
1 changed files with 7 additions and 0 deletions

View File

@ -136,3 +136,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sh -c "$(curl -fsLS chezmoi.io/get)"
mv ./bin/chezmoi "$HOME/.local/bin/"
```
# LunarVim
```bash
pacman -S yarn
bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)
```