diff options
Diffstat (limited to 'install')
-rwxr-xr-x | install | 9 |
1 files changed, 7 insertions, 2 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 @@ -89,13 +91,15 @@ if ask "sync" "Install synchronization"; then inst local/bin/email-unread ~/.local/bin/email-unread inst local/sbin/newmail-notify ~/.local/sbin/newmail-notify inst private/msmtprc ~/.msmtprc + inst config/dodo/config.py ~/.config/dodo/config.py inst private/astroid/config ~/.config/astroid/config - inst config/astroid/ui/ ~/.config/astroid/ui inst private/vdirsyncer/ ~/.vdirsyncer inst config/khal/config ~/.config/khal/config inst config/khard/khard.conf ~/.config/khard/khard.conf + inst local/bin/cloud ~/.local/bin/cloud + inst_sync fi @@ -138,6 +142,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 |