### Install Ambxst Shell Source: https://github.com/axenide/ambxst/blob/main/README.md Executes the installation script to set up Ambxst and its required dependencies. ```bash curl -L get.axeni.de/ambxst | sh ``` -------------------------------- ### Run and Install AmbXst Source: https://github.com/axenide/ambxst/blob/main/AGENTS.md Commands for executing the shell environment and installing the project on supported Linux distributions. ```bash # Run shell (requires Quickshell + Hyprland) qs -p shell.qml # Or via CLI wrapper: ./cli.sh # Install (Arch/Fedora/NixOS) curl -L get.axeni.de/ambxst | sh ``` -------------------------------- ### Configure Hyprland with Lua Source: https://github.com/axenide/ambxst/blob/main/README.md Loads the Ambxst configuration file within a Lua-based Hyprland setup. ```lua -- Ambxst loadfile(os.getenv("HOME") .. "/.local/share/ambxst/hyprland.lua")() -- OVERRIDES -- Down here you can write or source anything that you want to override from Ambxst's settings. ``` -------------------------------- ### Configure Hyprland with Legacy Import Source: https://github.com/axenide/ambxst/blob/main/README.md Sources the Ambxst configuration file for legacy Hyprland configuration files. ```bash # Ambxst source = ~/.local/share/ambxst/hyprland.conf # OVERRIDES # Down here you can write or source anything that you want to override from Ambxst's settings. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.