aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall6
1 files changed, 3 insertions, 3 deletions
diff --git a/install b/install
index 7bc410f..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
@@ -97,7 +97,7 @@ if ask "sync" "Install synchronization"; then
inst private/mbsyncrc ~/.mbsyncrc
inst private/msmtprc ~/.msmtprc
- inst private/davmail.service ~/.davmail.service
+ inst private/davmail.properties ~/.davmail.properties
inst private/notmuch-config ~/.notmuch-config
inst private/notmuch-tag-new ~/.notmuch-tag-new
inst local/bin/email-unread ~/.local/bin/email-unread