aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-21 22:57:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-21 22:57:28 +1300
commitf4ce398f35874c86b8820937527eb065af745f9b (patch)
treec2b3cfccff940ce12eed75529831d720d27c90e7 /Makefile
parentMerge branch 'hotfix/v1.71.3' (diff)
parentBump VERSION (diff)
downloaddotfiles-bc62685416e7e3c32c0736014d2f9c0629eb9491.tar.gz (sig)
dotfiles-bc62685416e7e3c32c0736014d2f9c0629eb9491.zip
Merge branch 'release/v1.72.0'v1.72.0
* release/v1.72.0: Bump VERSION Restore 'visualbell' Vim setting Correct sxhkd installation path Add Bash settings to Vim readline highlighting Add missing left angle bracket to filetype undo Remove trailing quote from edda(1df) manual Add a new issue
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 833f4ac9..ee6afcb3 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@
install-vim-gui-config \
install-vim-indent \
install-vim-plugin \
+ install-vim-syntax \
install-vint \
install-wget \
install-x \
@@ -506,7 +507,8 @@ install-vim: install-vim-after \
install-vim-ftdetect \
install-vim-ftplugin \
install-vim-indent \
- install-vim-plugin
+ install-vim-plugin \
+ install-vim-syntax
install-neovim:
make install-vim \
@@ -591,6 +593,10 @@ install-vim-plugin:
mkdir -p -- $(VIMDIR)/plugin
cp -p -- vim/plugin/*.vim $(VIMDIR)/plugin
+install-vim-syntax:
+ mkdir -p -- $(VIMDIR)/syntax
+ cp -p -- vim/syntax/*.vim $(VIMDIR)/syntax
+
install-vint:
cp -p -- vint/vintrc.yaml $(HOME)/.vintrc.yaml
@@ -600,7 +606,7 @@ install-wget:
install-x: check-xinit
mkdir -p -- \
$(HOME)/.config \
- $(HOME)/.config/sxhkdrc \
+ $(HOME)/.config/sxhkd \
$(HOME)/.xinitrc.d \
$(HOME)/.Xresources.d
cp -p -- X/redshift.conf $(HOME)/.config