install pathogen

This commit is contained in:
Gregor Feierabend 2021-09-19 23:00:18 +02:00
parent 82db39e12e
commit d921f653ea
1 changed files with 3 additions and 0 deletions

3
.scripts/install_pathogen.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim