.cargo .config .profile, and .rustup are root owned, but it seems to be relatedbash also does not have this issue. Only fish for some reasonfind . -maxdepth 1 > myfiles.txt on your host and on your distroboxdelta myfiles.txt myfiles-on-distrobox.txtbrew install git-delta
/usr/share/yourthing/Justfilemyboxjust/home on the containerfiledistrobox assemble create with a modification to the home?just -f /etc/Justfile to get ur stuff for example.cargo.config.profile.rustupbashfind . -maxdepth 1 > myfiles.txtdelta myfiles.txt myfiles-on-distrobox.txtbrew install git-delta/usr/share/yourthing/Justfilemyboxjust/homedistrobox assemble createjust -f /etc/Justfile[rust]
image=registry.fedoraproject.org/fedora-toolbox:40
pull=true
replace=true
start_now=true
no_entry=true
# unshare_devsys=true
# unshare_groups=true
# unshare_ipc=true
# unshare_process=true
home=/var/home/nathaniel/Boxes/rust/
init=false
additional_packages="fish"
init_hooks=curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
init_hooks=curl -sS https://starship.rs/install.sh | sh -s -- -y
init_hooks=echo "starship init fish | source" >> ~/.config/fish/config.fish
init_hooks=echo "source \"$HOME/.cargo/env.fish\"" >> ~/.config/fish/config.fish