#!/bin/bash # omarchy:summary=Restore Omarchy to the package install after reboot # omarchy:group=dev set -euo pipefail if (( EUID == 0 )); then echo "Error: run omarchy-dev-unlink as your user, not under sudo." >&2 exit 1 fi if [[ ${1:-} == "-h" || ${1:-} == "--help" ]]; then cat </dev/null echo "Set /etc/omarchy.conf -> OMARCHY_PATH=$default_target" echo echo "Reboot to restore the package install in Hyprland, app launchers, and new shells."