Last active
July 2, 2026 08:12
-
-
Save bjing/c2f950cd8fca0d732b61450c8eb0518e to your computer and use it in GitHub Desktop.
Fedora setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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