The following describes how to set up bhyve with Vagrant using the vagrant-bhyve plugin.
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="family">
<string>Apple Color Emoji</string>
</test>
<edit name="family" mode="assign_replace">
sans-serif
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#step by step worked for me using sh or bash. Use doas or su. | |
doas pkg install -y git rust protobuf cmake ca_root_nss pkgconf alsa-lib alsa-utils libyuv | |
git clone https://github.com/zed-industries/zed.git | |
cd zed | |
export RUSTFLAGS="-C link-dead-code" | |
cargo build --release | |
cargo build --release --frozen -p zed |