Skip to content

Instantly share code, notes, and snippets.

@bjing
Last active July 2, 2026 08:12
Show Gist options
  • Select an option

  • Save bjing/c2f950cd8fca0d732b61450c8eb0518e to your computer and use it in GitHub Desktop.

Select an option

Save bjing/c2f950cd8fca0d732b61450c8eb0518e to your computer and use it in GitHub Desktop.
Fedora setup
# Some basic tools
```sh
sudo dnf install jq yq htop vim neovim curl wget git
```
# Create a distrobox
```
distrobox create --root \
--name gentoo-box \
--image docker.io/gentoo/stage3:latest \
--hostname gentoo-box \
--home ~/Distrobox/gentoo-box/home
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment