mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -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
|
||||
TARGET="${2}/${file#${SRCDIR}/}"
|
||||
mkdir -p `dirname "${TARGET}"`
|
||||
echo ln -s -f "${file}" "${TARGET}"
|
||||
ln -s -f "${file}" "${TARGET}"
|
||||
done
|
||||
}
|
||||
|
||||
function postinstall {
|
||||
# Install Vundle plugins
|
||||
if [ -d $HOME/.vim/bundle/Vundle.vim ] ; then
|
||||
vim +VundleInstall +qall
|
||||
vim -s +VundleInstall +qall
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user