XOs
A custom Arch Linux–based distribution focused on simplicity, reproducibility, and a unique visual identity under the “X” branding.
Fully built from official Arch repositories using the standard mkarchiso workflow. Includes everything needed to reproduce the system: ISO profile, package list, post-install scripts, and custom branding assets. Currently an experimental project, not yet intended for production use.
First look->Repo

GNOME is one of the most complete desktop environments, ready for customization. If you need more, you can add extensions to achieve more profound results. It is very user-friendly, which makes it easier to learn how it works.
(This is especially helpful if this is your first time using it.)Predefined Packages for developers->See the full script

Developer Base Setup
pacman -S --noconfirm --needed \ git \ kitty \ curl \ helix \ ptyxis \ zellij \ yazi \ starship \ nodejs \ npm \ pnpm \ btop \ fastfetch \ zsh \ docker \ docker-compose \ base-devel \ codeThis is a solid package base for any developer.Predefined customizations -> Take a look at the files

XSync config files:
CONFIG_DIRS=("kitty" "helix" "yazi" "zellij" "fastfetch") rsync -avh /root/xos-assets/skel/.config/$dir/ "$USER_DIR/.config/$dir/"Automatic installation of customizationsYou can also install more customizations following the brand

General view -> Take a look of the source
