Skip to content

Instantly share code, notes, and snippets.

View t1m0t's full-sized avatar
😃
Onto Something New and Great!

Timothée t1m0t

😃
Onto Something New and Great!
  • Paris
View GitHub Profile
@t1m0t
t1m0t / install.sh
Last active October 2, 2023 14:39
install nvchad in wsl for ubuntu
# make sure to read the docs here https://nvchad.com/docs/quickstart/install
# two ways to install neovim, like this
sudo add-apt-repository ppa:neovim-ppa/stable -y
sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update && sudo apt upgrade -y
sudo apt install neovim -y
# or like this
sudo snap install node nvim --classic
# then
sudo apt install ripgrep mingw-w64 build-essential -y