aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-06 23:22:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-06 23:29:46 +1200
commit7dde8920fbedb8d16ba6fc4c45476cbea03cbd39 (patch)
tree777cf345d58c400a5640a50bebd0b08166129d00 /Makefile
parentAdjust use of part addenda to *dir options (diff)
downloaddotfiles-7dde8920fbedb8d16ba6fc4c45476cbea03cbd39.tar.gz
dotfiles-7dde8920fbedb8d16ba6fc4c45476cbea03cbd39.zip
Add Makefile target to install free thesaurus
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