aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-09-28 16:08:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-09-28 16:08:39 +1300
commit7fd55ccefee75cc323245a1e5e43d7c574aabe85 (patch)
treec7d3a6d9be230261b3a9a638a0c3df1014f082c7 /Makefile
parentAnother path correction (diff)
downloaddotfiles-7fd55ccefee75cc323245a1e5e43d7c574aabe85.tar.gz
dotfiles-7fd55ccefee75cc323245a1e5e43d7c574aabe85.zip
Remove .git and .gitignore files from submods
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 94add1cd..a0fc03b6 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,7 @@ install-vim :
install -m 0644 vim/after/plugin/* $(HOME)/.vim/after/plugin
git submodule update --init
cp -fR vim/bundle/* $(HOME)/.vim/bundle
+ rm -f $(HOME)/.vim/bundle/*/.git*
rm -f $(HOME)/.vim/autoload/pathogen.vim
ln -s $(HOME)/.vim/bundle/pathogen/autoload/pathogen.vim \
$(HOME)/.vim/autoload/pathogen.vim