From 43d0c4784b58d5d58b413ad2be82f1c67bf083d8 Mon Sep 17 00:00:00 2001 From: "Lockszmith (@crater)" Date: Mon, 7 Apr 2025 21:49:59 +0000 Subject: [PATCH] skip nvim.AppImage on centos for now --- _src.posix/.chezmoiexternal.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_src.posix/.chezmoiexternal.yaml.tmpl b/_src.posix/.chezmoiexternal.yaml.tmpl index 510cbc7..9861e9c 100644 --- a/_src.posix/.chezmoiexternal.yaml.tmpl +++ b/_src.posix/.chezmoiexternal.yaml.tmpl @@ -226,7 +226,7 @@ url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh" refreshPeriod: "{{ $defaultRefresh }}" -{{ if eq .chezmoi.os "linux" -}} +{{ if (and ( eq .chezmoi.os "linux" ) ( ne .chezmoi.osRelease.id "centos" )) -}} ".local/bin/nvim.AppImage": type: "file" url: "https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage"