How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "tranchung/manjaro-i3-x64"
end
vagrant init tranchung/manjaro-i3-x64
vagrant up
This version was created about 2 years ago.
Manjaro i3 x64 release 21.07.
This version was created almost 4 years ago.
Built from manjaro-i3-18.1.0-stable-x86_64.iso
NOTES: Add the line below to your Vagrantfile if you're using VirtualBox to prevent it from installing guest additions automatically.
config.vbguest.auto_update = false