From 8f11e727db91d054ba0af1a3013733ffaa950ba6 Mon Sep 17 00:00:00 2001 From: Tim Huizinga Date: Tue, 24 Feb 2026 13:34:22 +0100 Subject: [PATCH] Update helper script --- helpers/legacy_ubuntu_nvim.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/helpers/legacy_ubuntu_nvim.sh b/helpers/legacy_ubuntu_nvim.sh index f538173..3e2027d 100755 --- a/helpers/legacy_ubuntu_nvim.sh +++ b/helpers/legacy_ubuntu_nvim.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -euo pipefail # Install additional dependencies sudo apt-get install fuse libfuse2 unzip ripgrep python3-venv xclip -y --no-install-recommends @@ -19,6 +19,3 @@ rm -rf ~/.dotfiles git clone https://git.huizinga.dev/Dreaded_X/dotfiles ~/.dotfiles mkdir -p ~/.config ln -s ~/.dotfiles/nvim/dot-config/nvim ~/.config/nvim - -# Remove include paths from copied host gitconfig -sed -i '/path = /d' ~/.gitconfig