From d921f653ea82554aee25fa1a8a58df3cc5505feb Mon Sep 17 00:00:00 2001 From: Gregor Feierabend <23300469@sun.ac.za> Date: Sun, 19 Sep 2021 23:00:18 +0200 Subject: [PATCH] install pathogen --- .scripts/install_pathogen.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .scripts/install_pathogen.sh diff --git a/.scripts/install_pathogen.sh b/.scripts/install_pathogen.sh new file mode 100755 index 0000000..5081367 --- /dev/null +++ b/.scripts/install_pathogen.sh @@ -0,0 +1,3 @@ +#!/bin/bash +mkdir -p ~/.vim/autoload ~/.vim/bundle && \ +curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim