aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2026-03-05 11:31:31 +0100
committerKarel Kočí <cynerd@email.cz>2026-03-05 11:31:31 +0100
commit0d8d409eb6fb4dcdff102fe968a0df0149700b2b (patch)
treea53201725c6ad9b45ca6e4ab291678d24f7fc740 /install
parentf5ed290ba2eaafbedfb3ee6b434435a414b13b43 (diff)
downloadmyconfigs-0d8d409eb6fb4dcdff102fe968a0df0149700b2b.tar.gz
myconfigs-0d8d409eb6fb4dcdff102fe968a0df0149700b2b.tar.bz2
myconfigs-0d8d409eb6fb4dcdff102fe968a0df0149700b2b.zip
Tweak vim spell download and migrate from light to brightnessctlHEADmaster
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
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