Install script

This commit is contained in:
Théophile Bastian 2016-09-04 15:10:46 +02:00
parent 4d833a69e8
commit 36c4fe3251

View file

@ -8,5 +8,5 @@ python3 mkSymlink.py > /dev/null
echo "Installing vim Vundle plugins…" echo "Installing vim Vundle plugins…"
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim\ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim\
-q -q
vim +PluginInstall +qall > /dev/null vim +PluginInstall +qall > /dev/null 2>&1