view bin/install-vim-nerdtree @ 694:92c1a021e8a1

[bashrc] Let's just assume it's been fixed in dfbsd
author nanaya <me@nanaya.pro>
date Sun, 23 Oct 2022 01:57:32 +0900
parents f1550e3f0aee
children
line wrap: on
line source

#!/bin/sh

set -e
set -u

(
  cd ~/.vim/bundle
  test -d nerdtree || git clone https://github.com/scrooloose/nerdtree.git
)