From d1b6a81b2bd212e5ea6c94a2ae54ccd254a6a7ef Mon Sep 17 00:00:00 2001 From: nozaq Date: Tue, 14 Jul 2026 21:28:11 +0900 Subject: [PATCH] Add bare-devcontainer Zig dev container entry This PR adds Bare Dev Container Templates, which provides a ready-to-use Dev Container template for Zig development. The Zig template provides a minimal and reproducible development environment with the Zig toolchain, allowing developers to quickly set up a Zig development environment using the Dev Container specification. Repository: https://github.com/bare-devcontainer/templates --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a618a2a..6b51f0f 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ If you find a well-maintained library that is not yet included here, welcome to - [Decryptu/zigdex](https://github.com/Decryptu/zigdex) - Display Pokémon sprites in your terminal. A Zig rewrite of pokeget. - [mtxr/claude-switch](https://github.com/mtxr/claude-switch) - Swap between Claude (Code + Desktop) accounts on macOS with a single command. Credentials stored securely in macOS Keychain. Fully offline. - [copyleftdev/whatthediff](https://github.com/copyleftdev/whatthediff) - Deterministic semantic diff across many files at once — finds consensus, drift, and outliers with inspectable evidence, from configs and JSON/YAML/XML/PDF to executables (SSDeep-style fuzzy analysis). Zero dependencies. +- [bare-devcontainer/templates](https://github.com/bare-devcontainer/templates/tree/main/src/zig) - Security-focused Zig dev container with zls integration and a persistent build cache. The base image is available at [bare-devcontainer/images](https://github.com/bare-devcontainer/images/tree/main/zig). ### Linker