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) +```