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>
11 lines
326 B
Text
Executable file
11 lines
326 B
Text
Executable file
# Editor used by CLI
|
|
export SUDO_EDITOR="$EDITOR"
|
|
export BAT_THEME=ansi
|
|
|
|
# Color man pages with bat
|
|
export MANROFFOPT="-c"
|
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
|
|
|
# Duplicated from .config/uwsm/env so SSH works too
|
|
export OMARCHY_PATH=$HOME/.local/share/omarchy
|
|
export PATH=$OMARCHY_PATH/bin:$PATH:$HOME/.local/bin
|