mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix up install script to actually install things.
This commit is contained in:
@@ -58,14 +58,14 @@ function install_basic_dir {
|
|||||||
while read file ; do
|
while read file ; do
|
||||||
TARGET="${2}/${file#${SRCDIR}/}"
|
TARGET="${2}/${file#${SRCDIR}/}"
|
||||||
mkdir -p `dirname "${TARGET}"`
|
mkdir -p `dirname "${TARGET}"`
|
||||||
echo ln -s -f "${file}" "${TARGET}"
|
ln -s -f "${file}" "${TARGET}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
function postinstall {
|
function postinstall {
|
||||||
# Install Vundle plugins
|
# Install Vundle plugins
|
||||||
if [ -d $HOME/.vim/bundle/Vundle.vim ] ; then
|
if [ -d $HOME/.vim/bundle/Vundle.vim ] ; then
|
||||||
vim +VundleInstall +qall
|
vim -s +VundleInstall +qall
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user