From d077bab7d033e83550b81a7869c78e170fc5f1bf Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 11 May 2022 08:53:29 -0400 Subject: [PATCH] make sure yarn is installed --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 29e2d8f..bf65455 100644 --- a/README.md +++ b/README.md @@ -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) +```