Installation and deployment scripts for my personal development environment.
- Open in GitHub Codespaces
Using devenv.zsh
from my dotfiles.
To run as a short run environment, use:
$ devenv gofedora env
which mounts ~/Projects
for development.
The command:
$ devenv gofedora start
will start a system container with systemd
.
Or use:
$ devbox gofedora start
to run as a distrobox
.
$ podman run -it --rm ghcr.io/gbraad-devenv/fedora-golang/dotfiles:41
$ podman run -d --name gosys ghcr.io/gbraad-devenv/fedora-golang/systemd:41
$ bootc switch ghcr.io/gbraad-devenv/fedora-golang/systemd-bootc:41
Or using machine.zsh
from my dotfiles:
$ machine gofedora switch
@gbraad |