From 7e4aacec9ae095b1e7dec9b29f0d2fc93dbc5076 Mon Sep 17 00:00:00 2001 From: Dominik Madarasz Date: Tue, 21 May 2024 19:09:32 +0000 Subject: [PATCH] nodejs --- prep | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/prep b/prep index e351038..368bfe5 100755 --- a/prep +++ b/prep @@ -8,6 +8,10 @@ sudo update-alternatives --set vim /usr/local/bin/nvim sh ./build_neovim +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash +source $HOME/.bashrc +nvm install latest + git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim