Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu installation guide #5

Open
nshen opened this issue Jan 16, 2023 · 2 comments
Open

Ubuntu installation guide #5

nshen opened this issue Jan 16, 2023 · 2 comments

Comments

@nshen
Copy link
Owner

nshen commented Jan 16, 2023

  1. install git

sudo apt install git

  1. install Node 19
curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
  1. 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
  1. install rg

sudo apt-get install ripgrep

  1. finally install insisvim

npx zx https://insisvim.github.io/install.mjs

@nshen nshen changed the title Ubuntu install Ubuntu Installation guide Jan 16, 2023
@nshen nshen changed the title Ubuntu Installation guide Ubuntu installation guide Jan 16, 2023
@ocean0117
Copy link

有个笔误,install nvim 8.x中的第三条应该是sudo apt install ./nvim-linux64.deb吧。

@nshen
Copy link
Owner Author

nshen commented Jan 20, 2023

有个笔误,install nvim 8.x中的第三条应该是sudo apt install ./nvim-linux64.deb吧。

是的是的,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants