From 3ce8caaaeb01e9e5d140552bdd737affc0e179c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sun, 5 Aug 2012 14:28:28 +0200 Subject: fix install script --- install | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/install b/install index 78d0125..499f2cf 100755 --- a/install +++ b/install @@ -2,9 +2,10 @@ DIR=$(readlink -f $(dirname $0)) pushd $HOME >/dev/null +[ -e .vim ] & rm .vim ln -sf $DIR .vim +[ -e .vimrc ] & rm .vimrc ln -sf $DIR/vimrc .vimrc -ln -sf $DIR/vimrc-bepo .vimrc-bepo popd $HOME >/dev/null [ ! -d $DIR/autoload ] && mkdir $DIR/autoload @@ -13,13 +14,18 @@ echo "update pathogen" && curl -# -o $DIR/autoload/pathogen.vim https://raw.gith PROTO=git # github.com/Townk/vim-autoclose.git GIT_URLS=" - github.com/scrooloose/nerdtree.git - github.com/msanders/snipmate.vim.git - github.com/vim-scripts/taglist.vim.git - github.com/tpope/vim-commentary.git - github.com/mirell/vim-matchit.git - github.com/tpope/vim-repeat.git - github.com/tpope/vim-surround.git + github.com/scrooloose/nerdtree.git + github.com/msanders/snipmate.vim.git + github.com/vim-scripts/taglist.vim.git + github.com/tpope/vim-commentary.git + github.com/jwhitley/vim-matchit.git + github.com/tpope/vim-repeat.git + github.com/tpope/vim-surround.git + github.com/tpope/vim-git.git + github.com/tpope/vim-fugitive.git + github.com/tpope/vim-haml.git + github.com/tpope/vim-markdown.git + github.com/majutsushi/tagbar " [ ! -d $DIR/bundle ] && mkdir $DIR/bundle cd $DIR/bundle -- cgit v1.1-2-g2b99