aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-02-17 16:48:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-02-17 16:48:30 +1300
commit0c2da02a19659ca40710f58ee15d4bcd7ea706fb (patch)
treedec1e1f7166f5c8ce3e7aa31232e208ee978629d /Makefile
parentUpgrade exchange, lion Vim plugins (diff)
downloaddotfiles-0c2da02a19659ca40710f58ee15d4bcd7ea706fb.tar.gz
dotfiles-0c2da02a19659ca40710f58ee15d4bcd7ea706fb.zip
Add configuration for Vimperator
I may have fallen a little bit in love
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