mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Old-fashioned symlinking, at least works
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user