zig build -Doptimize=ReleaseFast
Requires: (Fedora) sudo dnf install gcc-c++
cargo install --path helix-term --locked && cargo clean
CFLAGS="-I/opt/homebrew/opt/openssl/include -I/opt/homebrew/opt/libssh2/include" make && make install
RUSTC_BOOTSTRAP=1 cargo build --config .cargo/release.toml --release
RUSTC_BOOTSTRAP=1 cargo build --release && mv ./target/release/tdf ~/.local/bin && cargo clean