Updated 5. Panduan Arch Linux (markdown)

Asep Komarudin 2023-12-29 15:35:01 +07:00
parent 08e4aa018d
commit ca42ac3496

@ -1,4 +1,4 @@
# Config Kebutuhan Dasar # Install Basic Requirement
``` ```
sudo pacman -S git sudo pacman -S git
sudo pacman -Sy nodejs sudo pacman -Sy nodejs
@ -10,7 +10,7 @@ sudo pacman -S neovim
``` ```
git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim
``` ```
# Alternative install Node JS # Alternative Install NodeJS
``` ```
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install <version> nvm install <version>