install: link items in vim/* to ./vim

This commit is contained in:
2020-06-09 14:42:10 +00:00
parent 50eab7ffdd
commit 4d039fd9fd

View File

@@ -11,6 +11,10 @@ else
echo "Plug already installed."
fi
for a in vim/* ; do
ln -sf $PWD/${a} ~/.vim/
done
# vimrc - may already have been handled by install
[ $(realpath ~/.vimrc) == $BASE/vimrc ]
if [ $? -ne 0 ] ; then