make sure yarn is installed
parent
b6ab5dbd4e
commit
d077bab7d0
|
@ -136,3 +136,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
sh -c "$(curl -fsLS chezmoi.io/get)"
|
sh -c "$(curl -fsLS chezmoi.io/get)"
|
||||||
mv ./bin/chezmoi "$HOME/.local/bin/"
|
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)
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue