-
Notifications
You must be signed in to change notification settings - Fork 56
Ubuntu installation guide #5
Copy link
Copy link
Open
Description
- install git
sudo apt install git
- install Node 19
curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
- install nvim 8.x
curl -O -L https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.deb
sudo apt-get download mime-support
sudo apt install ./nvim-linux64.deb
- install rg
sudo apt-get install ripgrep
- finally install insisvim
npx zx https://insisvim.github.io/install.mjs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels