1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Old-fashioned symlinking, at least works

This commit is contained in:
2018-08-15 15:57:45 +02:00
parent 763cc10f31
commit 788713d9aa

View File

@@ -109,7 +109,11 @@ fi
echo "INFO: Vundle Install" echo "INFO: Vundle Install"
vim +BundleInstall +qall vim +BundleInstall +qall
make_link ${HOME}/.vim/bundle/falcon/.githelpers ${HOME} if [ ! -e ${HOME}/.githelpers ]; then
ln -s ${HOME}/.vim/bundle/falcon/.githelpers ${HOME}/.githelpers
else
echo "${HOME}/.githelpers exists, skipping"
fi
#if [ -e ~/.dot_has_hg ]; then #if [ -e ~/.dot_has_hg ]; then
# install_hg # install_hg