Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Created March 30, 2025 18:25
Show Gist options
  • Save pythoninthegrass/a52b1467646429eb4ed414347ae523f8 to your computer and use it in GitHub Desktop.
Save pythoninthegrass/a52b1467646429eb4ed414347ae523f8 to your computer and use it in GitHub Desktop.
Distrobox config ~/.config/distrobox/distrobox.conf
container_always_pull="1"
container_generate_entry=0
container_manager="docker"
container_image_default="registry.fedoraproject.org/fedora-toolbox:latest"
container_name_default="distrobox-default"
container_user_custom_home="$HOME/.config/distrobox/home"
# container_init_hook="~/.local/distrobox/a_custom_default_init_hook.sh"
# container_pre_init_hook="~/a_custom_default_pre_init_hook.sh"
non_interactive="1"
skip_workdir="0"
@pythoninthegrass
Copy link
Author

git clone [email protected]:a52b1467646429eb4ed414347ae523f8.git distrobox_config
cd distrobox_config
mkdir -p ~/.config/distrobox
ln -s $(pwd)/distrobox.conf ~/.config/distrobox/distrobox.conf 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment