From 0d8d409eb6fb4dcdff102fe968a0df0149700b2b Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Thu, 5 Mar 2026 11:31:31 +0100 Subject: Tweak vim spell download and migrate from light to brightnessctl --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install b/install index 1980e8d..abe157b 100755 --- a/install +++ b/install @@ -70,9 +70,9 @@ if ask "nvim" "Install NeoVIM scripts"; then nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync' # cs spelling mkdir -p ~/.local/share/nvim/site/spell - curl "https://ftp.nluug.nl/pub/vim/runtime/spell/cs.utf-8.spl" \ + curl -L "https://ftp.nluug.nl/pub/vim/runtime/spell/cs.utf-8.spl" \ >~/.local/share/nvim/site/spell/cs.utf-8.spl - curl "https://ftp.nluug.nl/pub/vim/runtime/spell/cs.utf-8.sug" \ + curl -L "https://ftp.nluug.nl/pub/vim/runtime/spell/cs.utf-8.sug" \ >~/.local/share/nvim/site/spell/cs.utf-8.sug fi -- cgit v1.3