From 974426a33ad30c553fa49549e293034e9f020533 Mon Sep 17 00:00:00 2001 From: Dominik Madarasz Date: Tue, 21 May 2024 20:30:16 +0000 Subject: [PATCH] lol --- nuke_neovim | 3 ++- prep | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nuke_neovim b/nuke_neovim index ffc8d7c..2d42ae9 100755 --- a/nuke_neovim +++ b/nuke_neovim @@ -2,4 +2,5 @@ sudo rm /usr/local/bin/nvim sudo rm -r /usr/local/share/nvim/ - +sudo update-alternatives --remove editor /usr/local/bin/nvim +sudo update-alternatives --remove vim /usr/local/bin/nvim diff --git a/prep b/prep index f9a8255..7f300cb 100755 --- a/prep +++ b/prep @@ -15,7 +15,7 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -nvm install latest +nvm install --lts git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim