dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d7fcfe5e8b8318e8327b127a09fc8ece4c7043ec
parent a053bfb742e428017620cf24befd62b1b4e2baaf
Author: Anders Damsgaard Christensen <adc@cs.au.dk>
Date:   Wed,  3 Apr 2013 16:05:12 +0200

added scripts to clone git repos

Diffstat:
A.vim/bundle/clone-repos.sh | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.vim/bundle/clone-repos.sh b/.vim/bundle/clone-repos.sh @@ -0,0 +1,6 @@ +#!/bin/sh +git clone git://github.com/Lokaltog/vim-powerline.git +git clone git://github.com/scrooloose/nerdtree.git +git clone git://github.com/scrooloose/syntastic.git +git clone git://github.com/kien/ctrlp.vim.git +git clone git://github.com/klen/python-mode.git