myconfig

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

commit 4d73fac24f1d5a31caabaa009631178b50120780
parent b2a4e09b2899f8674aac9b88eff8ea05b9d558e5
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 30 Mar 2015 02:41:21 +0200

don't use git:// as it may be blocked

Diffstat:
install.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -33,6 +33,6 @@ 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 +git clone 'https://github.com/vim-scripts/vimwiki' touch ~/.vim/perso mkdir -p ~/scratch