How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "daverosoff/pretext-barebones"
config.vm.box_version = "2018.04.12"
end
vagrant init daverosoff/pretext-barebones \
--box-version 2018.04.12
vagrant up
This version was created over 6 years ago.
A minimal command-line-only environment for PreTeXt development, including some LaTeX for image processing. Questions or contributions welcome at https://github.com/daverosoff/pretext-vagrant/issues or submit a PR. The base box is archlinux/archlinux, a 64-bit rolling release version of Linux.