If performing a WiFi only install, you will likely need to select and install the networkmanager-submodules group temporarily during the Fedora installation steps.
After the Fedora OS installation, nmcli can be used to connect to your WiFi network.
When starting the Omadora install the guard check may prompt due to the extra package group being installed, this is fine to continue.
During the install Network Manager will be completely removed and replaced with the iwd package to handle WiFi connections.
After installation, use iwctl or the Wiremix TUI to reconnect to your WiFi network as usual.
NOTE: There is also a chance you may be missing the correct WiFi device drivers after the initial Fedora installation, in this case, you can use the bootable media to boot into Recovery Mode and get a shell, then
chroot /mnt/sysimage, and from there connect and install the Hardware Support package groupsudo dnf group install -y hardware-support, or determine and install the specific drivers needed.
In general, Omadora reimplements much of the same functionality, keybindings, etc., that is in Omarchy, and therefore the The Omarchy Manual can be used as a guide for Omadora.
The Hyprland Wiki is also great reference documentation for the configuration of Hyprland.
However, the best resource for understanding Omadora is to read and understand the scripts within this repository with which you are executing.
There is an update indicator which appears in Waybar next to the date when an update is available; clicking this will pop a terminal and execute omadora-update.
The omadora-update script can also be run manually, and in both cases will update Omadora to the latest version, along with system packages, firmware, flatpaks, and cargo-installed binaries.
This is a conscious decision not to include all the applications and configuration options provided by Omarchy to minimise bloat and only install functionality that would be expected of a minimal desktop environment, leaving software installation choices to the user.
Many of these additional apps can be installed via the default official Fedora repositories or as a flatpak via Flathub if needed.
The default font is the Cascadia Mono NF font which is the only Nerd Font included within the offical Fedora repositories. The glyphs in this font are the same width as the rest of the font which makes them appear small in comparison to other Nerd Fonts.
If larger glyphs are desired, then install the CaskaydiaMono Nerd Font or similar Nerd Fonts to the ~/.local/share/fonts directory and rebuild the cache with fc-cache -f.
The fonts should now be available for selection via the Omadora style menu.
Neovim theme config files have been modified to load without the LazyVim plugin so that any Neovim configuration that uses the Lazy plugin manager can use the themes simply by symlinking in the theme plugin from ~/.config/omadora/current/theme/neovim.lua.
However, third-party themes may still load the LazyVim plugin and would need to be modified manually after the theme install to work in the same manner.
The default theme installed is from the great plymouth theme collection at adi1090x/plymouth-themes.