1 5. Install Guide On Arch Linux
Asep Komarudin edited this page 2023-12-29 15:35:01 +07:00

Install Basic Requirement

sudo pacman -S git
sudo pacman -Sy nodejs
sudo pacman -S npm
sudo pacman -S unzip
sudo pacman -S neovim

Clone Config

git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim

Alternative Install NodeJS

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install <version>
node -v