FreeBSD - MaskRay/Config GitHub Wiki

qemu-system-x86_64 -enable-kvm -m 16384 -smp 8 -cpu host -drive file=~/Images/freebsd.qcow2,if=virtio -net nic,model=virtio -nic user,hostfwd=tcp::2224-:22

pkg install cmake ninja lang/lua54

To build packages using GNU tools (e.g. neovim)

pkg install autotools gettext pkgconf
freebsd-update fetch
freebsd-update install

pkg upgrade