aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 05bfc1c0..f26115e1 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@
install-vim-config \
install-vim-pathogen \
install-vim-plugins \
+ install-vimperator \
install-wyrd \
install-x \
test \
@@ -196,6 +197,9 @@ install-vim-pathogen : install-vim-plugins
ln -s -- ../bundle/pathogen/autoload/pathogen.vim \
"$(HOME)"/.vim/autoload/pathogen.vim
+install-vimperator :
+ install -m 0644 -- vimperator/vimperatorrc "$(HOME)"/.vimperatorrc
+
install-wyrd :
install -m 0644 -- wyrd/wyrdrc "$(HOME)"/.wyrdrc