aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-07 01:19:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-07 01:19:11 +1200
commitd75adbfca0bb19256b70f3db4544bd64e5faa58b (patch)
tree9d8b0e139d2f83cbda10656cb323e6a40a24bf15 /Makefile
parentMerge branch 'release/v5.19.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-d75adbfca0bb19256b70f3db4544bd64e5faa58b.tar.gz
dotfiles-d75adbfca0bb19256b70f3db4544bd64e5faa58b.zip
Merge branch 'release/v5.20.0'v5.20.0
* release/v5.20.0: Update vikm-quickfix-auto-open to v2.0.1 Define :Boilerplate command for Perl, no <silent> Use shorter :map commands for diff/mail para nav Adjust quoting in mail greeting match Add a couple of abbreviations Adjust layout of another line Strip trailing-double-slashes for dir creates Create cache directories as needed with function Let's give 'showmatch' another try Adjust layout of longer :set+= path lines Add a 'dictionary' path Correct 'shiftwidth' value in Makefiles Add Makefile target to install free thesaurus Adjust use of part addenda to *dir options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4340835e..64fbabe8 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@
install-vim-indent \
install-vim-plugin \
install-vim-syntax \
+ install-vim-thesaurus \
install-vint \
install-wget \
install-x \
@@ -630,6 +631,11 @@ install-vim-syntax:
mkdir -p -- $(VIMDIR)/syntax
cp -p -- vim/syntax/*.vim $(VIMDIR)/syntax
+install-vim-thesaurus:
+ mkdir -p -- $(VIMDIR)/ref
+ curl 'https://sanctum.geek.nz/ref/thesaurus.txt' \
+ > $(VIMDIR)/ref/thesaurus.txt
+
install-vint:
cp -p -- vint/vintrc.yaml $(HOME)/.vintrc.yaml