NoSignal-OS/os updates/gaming-enablement/omarchy-pkg-add
28allday 19fd794b6b NoSignal — fully-offline Arch → Hyprland desktop installer
Single-script builder (nosignal.sh) that turns a stock Arch Linux ISO into a
fully-offline installer for a themed Hyprland + caelestia (Quickshell) desktop:
matching SDDM greeter, Btrfs/Limine bootable snapshots, chwd-style GPU
detection, and a curated "os updates" layer (keybind cheatsheet, settings
panels, system polish, on-box management skill). See README.md.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-21 11:03:10 +01:00

8 lines
400 B
Bash
Executable file

#!/usr/bin/env bash
# omarchy-pkg-add — NoSignal shim for Omarchy's helper of the same name.
#
# NoSignal ships yay (and Shelly) instead of the Omarchy CLI helpers, so
# Omarchy-targeted install scripts (e.g. the DeckShift gaming installer) fail at
# `omarchy-pkg-add: command not found`. This provides the same idempotent
# package-install behaviour via yay.
exec yay -S --needed --noconfirm "$@"