From f284617249db3d23a14934544ee77a315ae34934 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Sat, 3 Mar 2018 20:00:01 +0000 Subject: [PATCH] Expand out install script --- install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install b/install index 706b0a6..1848371 100755 --- a/install +++ b/install @@ -7,6 +7,8 @@ git submodule init; git submodule sync; git submodule update; -cd .vim/bundle/vimproc.vim && make && cd ../../.. +cd .vim/bundle/vimproc.vim +make +cd ../../.. rsync --exclude ".git/" --exclude ".git*" --exclude "install" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;