Hi fellow UNRAIDers! I've tried a bunch of different approaches to get zsh and ohmyzsh running with UNRAID. Most of these approaches are difficult due to /root being temporal. I started to think about what would happen if I changed /root to be persistent via a file image. You can't just link /root to /boot because /boot is FAT which doesn't understand unix permissions. So I decided to try to create an image, format it with ext4, copy the default unraid /root contents, and then mount it over top of /root. It seems to work great! I then created a script to mount my image on boot and update the root shell to zsh. I created a git repo to house the scripts, including setting up the image, downloading zfs, and another script that runs on startup that will mount the new persisted root and update the root login shell to be zsh. I have not done a lot of testing and would appreciate any feedback on this. I can't really think of a way this could do damage given you can just delete the newly created root image, reboot, and unraid will go back to the built in default /root. This script depends on the user scripts plugin to run the mount and zsh shell update on boot. Here's the link: GitHubGitHub - kevinherzig/Unraid7-ohmyzsh: Guide on how to ins...Guide on how to install Oh my zsh on Unraid with persistent root directory - kevinherzig/Unraid7-ohmyzsh Kevin