From 09380ff2027576c6422389b92b0fbb26caecf36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 31 Mar 2025 17:41:31 +0200 Subject: General update of the configuration --- install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 235cea0..d0b26b3 100755 --- a/install +++ b/install @@ -60,8 +60,10 @@ 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 "http://ftp.vim.org/vim/runtime/spell/cs.utf-8.spl" \ + curl "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" \ + >~/.local/share/nvim/site/spell/cs.utf-8.sug fi if ask "dev" "Development tools configuration"; then @@ -138,6 +140,7 @@ if ask "mpd" "Install MPD configuration"; then fi if ask "elektroline" "Install Elektroline scripts"; then + inst shvcli.toml ~/.shvcli.toml inst local/bin/elektroline-git-config ~/.local/bin/elektroline-git-config inst local/bin/elektroline-windows ~/.local/bin/elektroline-windows inst local/bin/elektroline00 ~/.local/bin/elektroline00 -- cgit v1.2.3