X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=304d4d0e2c4104ef4c1da85ec6d35bbc3189e86c;hb=0ae459979785c28552e048f84cf83ee8cbedc53c;hp=10591b6cb02d5dad6bd376e40070ebbc0dfcbfa0;hpb=bdaafbbfd9953d79f3b9fe3a8753128d2742600f;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 10591b6..304d4d0 100755 --- a/setup.sh +++ b/setup.sh @@ -36,6 +36,11 @@ if installed gvim; then link gvimrc ~/.gvimrc fi +# Create/Update custom spell checking files. +if test -f vim/spell/Makefile; then + make -C vim/spell +fi + if test -d ~/.crontab.d; then link crontab ~/.crontab.d/crontab.dotfiles-vim fi