بنقرة واحدة
dx-setup
Set up and configure Bluefin DX for cloud-native development — tools, containers, IDE integration.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Set up and configure Bluefin DX for cloud-native development — tools, containers, IDE integration.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create, enter, and manage Distrobox containers for mutable package installation on Bluefin.
ZFS administration on Bluefin — pools, datasets, snapshots, and delivery options for an immutable host that does not ship ZFS kernel modules.
Run, build, and manage OCI containers rootlessly on Bluefin — including Quadlets for persistent systemd-managed services.
Run self-hosted services on Bluefin DX using Podman Quadlets and linuxserver.io containers — persistent, auto-updating, systemd-managed.
Install and manage CLI tools with Homebrew — the primary CLI package manager on Bluefin.
Manage GNOME extensions, gsettings, and desktop customizations on Bluefin — including which settings Bluefin owns vs. which are safe to change.
| name | dx-setup |
| description | Set up and configure Bluefin DX for cloud-native development — tools, containers, IDE integration. |
| domain | development |
Bluefin DX (Developer Experience) is a variant of Bluefin with cloud-native developer
tools pre-installed: kubectl, helm, kind, go, node, Podman, and more.
Load with: point your agent at this file.
bootc status# Check your current image
bootc status --json | jq -r '.status.booted.image.image.image'
# Should contain "bluefin-dx" in the image name (not the tag)
# Or check for dx-specific tools
which kubectl && echo "DX tools present"
If you're on base Bluefin and want DX, rebase:
# Switch to Bluefin DX (replace XX with your Fedora version)
ujust rebase-helper
| Tool | Purpose |
|---|---|
kubectl | Kubernetes CLI |
helm | Kubernetes package manager |
kind | Local Kubernetes clusters |
podman | OCI container engine |
buildah | Container image builder |
skopeo | Container registry tool |
go | Go language toolchain |
node | Node.js (via nvm or system) |
devcontainer | VS Code devcontainer CLI |
DX uses fish or bash. Check echo $SHELL.
# Useful aliases (add to ~/.bashrc or ~/.config/fish/config.fish)
alias k=kubectl
alias kns='kubectl config set-context --current --namespace'
VS Code is available as a Flatpak. Install:
flatpak install flathub com.visualstudio.code
For devcontainer support, install the Dev Containers extension inside VS Code.
Bluefin DX integrates well with AI coding tools:
# GitHub Copilot CLI
brew install gh
gh extension install github/gh-copilot
# OpenCode
# Check the Bluefin testhub for available AI tools
ujust # show all available recipes
ujust dx-group # add docker/incus/libvirt/serial group permissions for the current user
# required for Docker, Podman socket, libvirt, and serial device access
# (reboot required after running)
Use Distroshelf (io.github.ranfdev.DistroShelf) for a GUI view of Distrobox containers.
Install: flatpak install flathub io.github.ranfdev.DistroShelf