diff --git a/unixconf.sh b/unixconf.sh index b872592..22b262e 100755 --- a/unixconf.sh +++ b/unixconf.sh @@ -46,3 +46,6 @@ cd "$HOME/.vim/spell" || exit wget http://ftp.vim.org/vim/runtime/spell/fr.utf-8.spl git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/.vim/bundle/vundle" vim +PluginInstall +qall + +cd "$HOME" || exit +rm -r "$tempdir"