Please see: https://github.com/kevinSuttle/html-meta-tags, thanks for the idea @dandv!
Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
| ############################################################ | |
| # Install git and zsh prerequisites | |
| config.vm.provision :shell, inline: "apt-get -y install git" | |
| config.vm.provision :shell, inline: "apt-get -y install zsh" | |
| # # Clone Oh My Zsh from the git repo | |
| config.vm.provision :shell, privileged: false, | |
| inline: "git -C ~/.oh-my-zsh pull || git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh" | |
| # inline: "git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh" | |
| # # Copy in the default .zshrc config file | |
| config.vm.provision :shell, privileged: false, |