add pathogen to bootstrap
This commit is contained in:
parent
69c4be1fc8
commit
a8d8ee304b
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@
|
||||||
|
|
||||||
echo "Initializing submodules"
|
echo "Initializing submodules"
|
||||||
yadm submodule update --recursive --init
|
yadm submodule update --recursive --init
|
||||||
|
|
||||||
|
echo "Installing pathogen.vim"
|
||||||
|
mkdir -p $HOME/.vim/autoload $HOME/.vim/bundle && \
|
||||||
|
curl -LSso $HOME/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
|
Loading…
Reference in a new issue