aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-03-31 17:41:31 +0200
committerKarel Kočí <cynerd@email.cz>2025-03-31 17:49:15 +0200
commit09380ff2027576c6422389b92b0fbb26caecf36f (patch)
treebebf1fc37e79fb21cc12ddc6aa78629f630630ba /install
parent44e6b71f7f6cc01b3578e7d03dbe61a8e0bdd566 (diff)
downloadmyconfigs-09380ff2027576c6422389b92b0fbb26caecf36f.tar.gz
myconfigs-09380ff2027576c6422389b92b0fbb26caecf36f.tar.bz2
myconfigs-09380ff2027576c6422389b92b0fbb26caecf36f.zip
General update of the configurationHEADmaster
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 4 insertions, 1 deletions
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