From 486ae0f421aab4ff1fff138c12833b1dc786267a Mon Sep 17 00:00:00 2001 From: Dominik Madarasz Date: Tue, 21 May 2024 19:36:30 +0000 Subject: [PATCH] update-alternatives --- prep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prep b/prep index 368bfe5..181cd27 100755 --- a/prep +++ b/prep @@ -3,8 +3,8 @@ sudo apt update && sudo apt upgrade -y sudo apt install -y ripgrep build-essential git cmake fzf stow zsh sudo apt install -y ninja-build gettext unzip curl -sudo update-alternatives --set editor /usr/local/bin/nvim -sudo update-alternatives --set vim /usr/local/bin/nvim +sudo update-alternatives --install /usr/bin/editor editor /usr/local/bin/nvim 10 +sudo update-alternatives --install /usr/bin/vim vim /usr/local/bin/nvim 10 sh ./build_neovim