myconfig

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

commit 27c3336fff36bfd10fe3197d6033931a3b64b778
parent 1c0233268857b83b396045062ef9814cd8d98ba4
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 28 Dec 2014 00:35:48 +0100

pathogen and todos

Diffstat:
install.sh | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -4,6 +4,8 @@ mkdir -p ~/logs mkdir -p ~/temp/{vim,mutt} mkdir -p ~/temp/vim/{temp,backup} mkdir -p ~/apps +# TODO install urlpicker +# TODO install fasd mkdir -p ~/.elinks mkdir -p ~/Mail_inbox mkdir -p ~/.gnupg @@ -22,4 +24,5 @@ touch ~/.hushlogin ln -s ~/config/i3/status ~/.i3status.conf 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'