myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit c39a9c1642edf766ae5b8fbe7319abaedcfaa2c4
parent 27c3336fff36bfd10fe3197d6033931a3b64b778
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 28 Dec 2014 00:50:23 +0100

vimwiki

Diffstat:
install.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/install.sh b/install.sh @@ -26,3 +26,5 @@ ln -s ~/config/lbdb ~/.lbdbrc ln -s ~/config/xinitrc ~/.xinitrc mkdir -p ~/.vim/autoload ~/.vim/bundle curl -LSso ~/.vim/autoload/pathogen.vim 'https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim' +cd ~/.vim/bundle +git clone git://github.com/vim-scripts/vimwiki.git