diff options
author | Karel Kočí <cynerd@email.cz> | 2025-03-31 17:41:31 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-03-31 17:49:15 +0200 |
commit | 09380ff2027576c6422389b92b0fbb26caecf36f (patch) | |
tree | bebf1fc37e79fb21cc12ddc6aa78629f630630ba /install | |
parent | 44e6b71f7f6cc01b3578e7d03dbe61a8e0bdd566 (diff) | |
download | myconfigs-09380ff2027576c6422389b92b0fbb26caecf36f.tar.gz myconfigs-09380ff2027576c6422389b92b0fbb26caecf36f.tar.bz2 myconfigs-09380ff2027576c6422389b92b0fbb26caecf36f.zip |
Diffstat (limited to 'install')
-rwxr-xr-x | install | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |