find ~/.vim/updated -mtime +0 -exec bash -c "\
    vim +PluginInstall! +PluginClean! +qall
    touch ~/.vim/updated
" \;