From 482b6a280bfbed5d1e1d4640b104291069aab6cc Mon Sep 17 00:00:00 2001 From: asteri Date: Wed, 10 Jun 2026 09:25:30 +0000 Subject: [PATCH] Install all before starting --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index f88891b..45934fc 100644 --- a/install.sh +++ b/install.sh @@ -2,5 +2,6 @@ rm -rf ~/.config/nvim sudo add-apt-repository ppa:neovim-ppa/unstable -y sudo apt update +sudo apt install neovim git npm git clone https://gitea.astrid-klipfel.fr/asteri/neovim.git ~/.config/nvim nvim \ No newline at end of file