mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Using vim-plug now instead of Vundle; remove old falcon stuff
This commit is contained in:
19
install.sh
19
install.sh
@@ -98,22 +98,9 @@ git submodule init
|
|||||||
echo "INFO: Update submodules"
|
echo "INFO: Update submodules"
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
if [ ! -d "${HOME}/.vim/bundle/Vundle.vim" ]; then
|
if [ ! -d "${HOME}/.vim/autoload/plug.vim" ]; then
|
||||||
mkdir -p ~/.vim/bundle
|
echo "INFO: vim-plug install by running vim"
|
||||||
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
vim
|
||||||
else
|
|
||||||
cd ~/.vim/bundle/Vundle.vim || exit
|
|
||||||
git pull
|
|
||||||
cd || exit
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "INFO: Vundle Install"
|
|
||||||
vim +BundleInstall +qall
|
|
||||||
|
|
||||||
if [ ! -e ${HOME}/.githelpers ]; then
|
|
||||||
ln -s ${HOME}/.vim/bundle/falcon/.githelpers ${HOME}/.githelpers
|
|
||||||
else
|
|
||||||
echo "${HOME}/.githelpers exists, skipping"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#if [ -e ~/.dot_has_hg ]; then
|
#if [ -e ~/.dot_has_hg ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user