Ryan Hughes
babfafa5e9
Split user defaults into skel seed, finalize, and resync
...
Reorganizes Omarchy 4 around three layers for populating $HOME:
Seed: omarchy-settings ships defaults to /etc/skel; useradd -m
copies them on user creation
Finalize: omarchy-finalize-user (renamed from omarchy-setup-user)
handles only the runtime tweaks /etc/skel can't do — skill
symlinks, xdg-user-dirs, default browser/mailto, vconsole→hypr
keyboard sync, and install/user/all.sh
Resync: omarchy-reinstall-configs is the explicit, destructive
resync of /etc/skel into an existing user's $HOME
Package-owned files move out of config/ into default/, where the
omarchy-settings PKGBUILD installs them to real system paths:
config/environment.d/fcitx.conf -> /usr/lib/environment.d/
config/fontconfig/fonts.conf -> /usr/share/fontconfig/conf.avail/
config/mimeapps.list -> /usr/share/applications/
config/omarchy.ttf -> /usr/share/fonts/omarchy/
config/systemd/user/*.service -> /usr/lib/systemd/user/
config/uwsm/default -> /usr/share/omarchy/default/uwsm/
config/uwsm/env -> /usr/share/uwsm/env.d/10-omarchy
config/xdg-terminals.list -> /usr/share/xdg-terminal-exec/
omarchy-upgrade-to-4 grows a 'retire' action (renamed from 'move' to
clarify nothing is copied — the system path is owned by the new package
once the user's hash-matched ~/.config copy is removed). Mismatched
copies are kept as backups so user overrides survive the upgrade.
Other simplifications:
- Single env bootstrap at default/bash/env-bootstrap sourced by
/etc/profile.d/omarchy.sh, /etc/skel/.bashrc,
/usr/share/uwsm/env.d/10-omarchy, and default/bash/envs. PATH
prepend only in dev-link mode (production uses /usr/bin/omarchy-*).
- omarchy-refresh-config reads from /etc/skel/.config so refresh
means 'snap to skel'.
- omarchy-reinstall-configs collapses to 'cp -af /etc/skel/. ~/'
plus limine/plymouth/nvim refresh.
- omarchy-font-set uses awk against our own 30-omarchy.conf instead
of xmlstarlet; xmlstarlet dropped from omarchy-base.packages.
- Defer user systemd enables (bt-agent, sleep-lock,
recover-internal-monitor) to first-run via
install/user/first-run/enable-user-units.sh; delete
omarchy-user-systemctl-enable and the per-hardware install
scripts that called it.
- Wireplumber bluetooth-a2dp-autoconnect.conf moves to config/ so
/etc/skel ships it; install/user/hardware/bluetooth.sh deleted.
- Default terminal switched to foot.desktop.
- docs/file-layout.md documents the three-layer model and the
build-time repo→path map.
2026-06-04 18:38:25 -04:00
..
2026-06-04 18:38:25 -04:00
2026-05-01 17:40:22 +02:00
2026-05-16 20:34:09 +02:00
2026-05-21 11:53:48 +02:00
2026-05-22 13:26:41 +02:00
2026-05-22 13:26:41 +02:00
2026-05-22 15:18:14 +02:00
2026-05-21 10:54:23 +02:00
2026-05-22 13:26:26 +02:00
2026-05-01 17:40:22 +02:00
2026-05-21 15:45:36 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-23 15:02:11 +02:00
2026-05-21 11:29:55 +02:00
2026-05-11 09:53:07 +02:00
2026-05-11 09:53:07 +02:00
2026-05-22 11:35:36 +02:00
2026-05-22 11:35:36 +02:00
2026-05-22 11:35:36 +02:00
2026-05-02 10:24:31 +02:00
2026-05-25 23:51:48 +02:00
2026-05-25 20:28:22 +02:00
2026-05-25 23:51:48 +02:00
2026-05-17 19:51:29 +02:00
2026-06-04 18:37:32 -04:00
2026-06-04 11:15:28 +02:00
2026-05-29 13:54:55 +02:00
2026-05-29 13:15:00 +02:00
2026-05-29 13:15:00 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 12:56:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-27 16:44:43 -04:00
2026-06-04 18:37:32 -04:00
2026-05-21 07:57:08 +02:00
2026-05-23 04:32:20 -04:00
2026-05-17 19:51:29 +02:00
2026-05-19 21:42:02 +02:00
2026-06-04 18:38:25 -04:00
2026-06-04 18:37:32 -04:00
2026-05-01 17:40:22 +02:00
2026-05-17 21:55:53 +02:00
2026-05-19 20:54:20 +02:00
2026-05-27 12:36:47 +02:00
2026-06-04 18:37:32 -04:00
2026-06-04 18:37:32 -04:00
2026-06-04 18:34:35 -04:00
2026-05-21 19:30:30 +02:00
2026-06-04 18:34:35 -04:00
2026-05-17 20:47:48 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 12:58:55 +02:00
2026-05-06 12:58:55 +02:00
2026-06-04 18:38:25 -04:00
2026-06-04 18:38:25 -04:00
2026-05-14 16:34:21 -04:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:38:25 -04:00
2026-05-11 13:01:45 +02:00
2026-06-04 18:37:32 -04:00
2026-05-01 17:40:22 +02:00
2026-05-15 11:03:21 +02:00
2026-06-04 18:37:32 -04:00
2026-05-07 10:33:12 +02:00
2026-05-07 10:34:28 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-07 12:10:45 +02:00
2026-05-08 21:07:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-17 17:29:52 +02:00
2026-05-21 19:30:30 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-25 20:28:39 +02:00
2026-05-03 15:58:32 +02:00
2026-05-03 15:58:32 +02:00
2026-05-11 10:40:26 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-21 11:44:11 +02:00
2026-05-01 17:40:22 +02:00
2026-05-05 21:18:09 +02:00
2026-05-11 10:40:26 -04:00
2026-05-11 10:40:26 -04:00
2026-05-17 21:44:08 +02:00
2026-05-01 17:40:22 +02:00
2026-05-17 19:51:29 +02:00
2026-05-11 10:40:26 -04:00
2026-05-11 10:40:26 -04:00
2026-05-11 10:40:26 -04:00
2026-05-01 17:40:22 +02:00
2026-05-11 10:40:26 -04:00
2026-05-10 11:26:59 +02:00
2026-05-29 15:59:13 +02:00
2026-05-11 10:40:26 -04:00
2026-05-23 13:37:57 +02:00
2026-05-17 19:51:29 +02:00
2026-05-17 21:30:58 +02:00
2026-05-14 17:43:12 -04:00
2026-06-04 18:34:35 -04:00
2026-05-04 13:23:27 +02:00
2026-06-04 11:15:28 +02:00
2026-05-01 17:40:22 +02:00
2026-05-04 13:23:27 +02:00
2026-05-27 10:53:30 +02:00
2026-05-27 10:53:30 +02:00
2026-05-27 10:53:30 +02:00
2026-05-14 17:43:12 -04:00
2026-06-04 18:37:32 -04:00
2026-05-27 11:15:21 +02:00
2026-05-27 11:15:21 +02:00
2026-05-04 13:23:27 +02:00
2026-05-04 13:23:27 +02:00
2026-05-10 16:47:21 +02:00
2026-05-04 13:23:27 +02:00
2026-05-27 11:15:21 +02:00
2026-05-27 11:15:21 +02:00
2026-05-25 17:29:02 +02:00
2026-05-27 10:53:30 +02:00
2026-05-27 10:53:30 +02:00
2026-05-27 10:53:30 +02:00
2026-05-25 18:19:06 +02:00
2026-05-25 18:12:40 +02:00
2026-06-04 18:37:32 -04:00
2026-05-27 10:53:30 +02:00
2026-05-15 17:44:09 +02:00
2026-05-01 17:40:22 +02:00
2026-05-23 04:32:20 -04:00
2026-05-27 15:11:36 +02:00
2026-05-21 19:30:30 +02:00
2026-05-15 16:07:35 +02:00
2026-05-19 17:08:14 +02:00
2026-05-22 14:24:04 +02:00
2026-05-26 18:50:24 +02:00
2026-05-14 13:15:03 +02:00
2026-05-14 11:12:25 +02:00
2026-05-11 10:40:26 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:34:04 -04:00
2026-05-25 18:19:06 +02:00
2026-05-25 18:12:40 +02:00
2026-05-14 10:56:10 +02:00
2026-05-14 10:57:44 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-23 04:32:20 -04:00
2026-05-20 14:09:09 +02:00
2026-05-20 14:12:06 +02:00
2026-05-29 15:25:21 +02:00
2026-05-19 20:54:20 +02:00
2026-05-21 19:30:30 +02:00
2026-05-19 20:54:20 +02:00
2026-06-04 11:15:28 +02:00
2026-05-19 20:54:20 +02:00
2026-05-01 17:40:22 +02:00
2026-05-20 22:10:46 +02:00
2026-05-19 20:54:20 +02:00
2026-06-04 18:37:32 -04:00
2026-05-25 16:49:18 +02:00
2026-05-21 10:54:23 +02:00
2026-05-22 08:46:19 +02:00
2026-05-14 12:02:53 +02:00
2026-05-20 14:24:19 +02:00
2026-05-25 23:51:48 +02:00
2026-05-14 12:02:53 +02:00
2026-05-23 04:32:20 -04:00
2026-06-04 11:15:28 +02:00
2026-06-04 18:35:01 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-19 21:33:12 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-06-04 18:34:04 -04:00
2026-06-04 18:34:04 -04:00
2026-06-04 18:34:04 -04:00
2026-05-21 19:30:30 +02:00
2026-05-01 17:40:22 +02:00
2026-05-21 11:39:55 +02:00
2026-05-19 09:42:13 +02:00
2026-06-04 18:37:32 -04:00
2026-06-04 11:15:28 +02:00
2026-06-04 18:38:25 -04:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:35:01 -04:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:34:04 -04:00
2026-05-11 10:19:12 +02:00
2026-06-04 18:34:04 -04:00
2026-05-01 17:40:22 +02:00
2026-05-20 13:05:40 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:37:32 -04:00
2026-06-04 18:38:25 -04:00
2026-05-01 17:40:22 +02:00
2026-05-23 18:04:21 +02:00
2026-05-21 19:30:30 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:37:32 -04:00
2026-05-27 11:15:21 +02:00
2026-05-04 11:18:25 +02:00
2026-05-04 10:31:06 +02:00
2026-05-04 08:57:19 +02:00
2026-05-10 16:47:21 +02:00
2026-05-04 08:57:19 +02:00
2026-05-04 09:57:13 +02:00
2026-05-27 11:15:21 +02:00
2026-05-25 18:32:41 +02:00
2026-06-04 18:34:35 -04:00
2026-05-08 20:52:29 +02:00
2026-05-19 17:08:14 +02:00
2026-05-25 17:29:02 +02:00
2026-05-27 10:48:08 +02:00
2026-05-16 13:00:30 +02:00
2026-05-27 10:48:08 +02:00
2026-05-01 17:40:22 +02:00
2026-05-22 13:26:46 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-05 12:53:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:38:25 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-05 14:22:03 +02:00
2026-05-21 10:19:36 +02:00
2026-05-01 17:40:22 +02:00
2026-05-19 21:01:15 -04:00
2026-06-04 18:38:25 -04:00
2026-06-04 18:35:01 -04:00
2026-05-08 20:52:29 +02:00
2026-05-19 17:08:14 +02:00
2026-06-04 18:38:25 -04:00
2026-05-27 15:11:36 +02:00
2026-05-27 12:36:45 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:34:04 -04:00
2026-05-17 21:55:53 +02:00
2026-05-06 13:20:34 +02:00
2026-05-23 11:28:36 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-20 08:42:00 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-21 07:57:08 +02:00
2026-06-04 18:37:32 -04:00
2026-05-21 11:58:43 +02:00
2026-05-06 12:12:26 +02:00
2026-05-11 15:29:31 -04:00
2026-05-16 10:05:42 +02:00
2026-05-01 17:40:22 +02:00
2026-05-12 21:57:57 -04:00
2026-05-21 19:30:30 +02:00
2026-05-17 21:55:53 +02:00
2026-06-02 19:35:07 -04:00
2026-05-01 17:40:22 +02:00
2026-05-03 19:36:50 +02:00
2026-05-01 17:40:22 +02:00
2026-06-02 20:39:36 -04:00
2026-05-05 14:22:29 +02:00
2026-05-20 22:18:38 +02:00
2026-06-04 18:38:25 -04:00
2026-05-06 16:26:21 +02:00
2026-05-23 13:46:27 +02:00
2026-06-04 18:35:01 -04:00
2026-05-06 13:20:34 +02:00
2026-05-06 12:56:51 +02:00
2026-05-06 12:56:51 +02:00
2026-05-06 13:20:34 +02:00
2026-05-20 01:53:34 -04:00
2026-06-03 22:14:48 +02:00
2026-06-02 17:23:28 -04:00
2026-06-02 20:28:18 -04:00
2026-05-17 21:55:53 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 11:14:04 +02:00
2026-06-04 11:14:04 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-23 15:15:55 +02:00
2026-05-29 09:42:24 +02:00
2026-05-20 22:00:10 +02:00
2026-05-17 19:51:29 +02:00
2026-05-17 19:51:29 +02:00
2026-05-16 20:34:09 +02:00
2026-05-16 20:34:09 +02:00
2026-05-21 19:30:30 +02:00
2026-05-08 16:07:36 +02:00
2026-06-04 18:37:32 -04:00
2026-06-04 18:37:32 -04:00
2026-06-04 18:37:32 -04:00
2026-06-04 18:37:32 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:37:32 -04:00
2026-05-20 22:00:10 +02:00
2026-05-03 20:26:03 +02:00
2026-05-01 17:40:22 +02:00
2026-05-08 20:48:36 +02:00
2026-05-25 16:49:18 +02:00
2026-05-01 17:40:22 +02:00
2026-05-25 16:49:18 +02:00
2026-05-15 15:21:03 +02:00
2026-06-04 18:34:35 -04:00
2026-05-01 17:40:22 +02:00
2026-05-06 13:21:55 +02:00
2026-06-04 18:38:25 -04:00
2026-06-04 18:38:25 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-29 14:36:26 -04:00
2026-05-21 09:56:50 +02:00
2026-05-14 16:33:51 -04:00
2026-05-21 06:48:20 +02:00
2026-05-16 21:01:09 +02:00
2026-05-11 16:32:51 +02:00
2026-05-14 12:02:53 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:37:32 -04:00
2026-06-04 18:37:32 -04:00
2026-06-04 18:37:32 -04:00
2026-06-04 18:34:04 -04:00
2026-06-04 18:37:32 -04:00