From 1c50bbd263b92b09ed9200c4dd6ae1df43a3d5da Mon Sep 17 00:00:00 2001 From: Asara Date: Sat, 21 Dec 2024 16:39:14 -0500 Subject: [PATCH] update nvim version, fix update-alternatives for gofmt --- bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 57e1e25..b1344e2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/bash GO_VERSION=1.23 -NVIM_VERSION=0.10.2 +NVIM_VERSION=0.10.3 NERDFONTS_VERSION=3.3.0 SOPS_VERSION=3.9.2 @@ -11,6 +11,7 @@ sudo apt install \ curl \ fd-find \ fontconfig \ + fzf \ golang-${GO_VERSION} \ gpg \ htop \ @@ -29,7 +30,7 @@ sudo apt install \ # install golang to path sudo update-alternatives --install /usr/bin/go go /usr/lib/go-${GO_VERSION}/bin/go 100 \ - --slave /usr/bin/gofmt gofmt /usr/lib/go-${GO_VERSION}/bin/gofmt 100 + --slave /usr/bin/gofmt gofmt /usr/lib/go-${GO_VERSION}/bin/gofmt # set up nerd fonts FONT_DIR=${HOME}/.local/share/fonts/