From 7dde8920fbedb8d16ba6fc4c45476cbea03cbd39 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 6 Jun 2019 23:22:59 +1200 Subject: Add Makefile target to install free thesaurus --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3