Sweets
Installation

Arch Linux

Install Sweets from the AUR

With an AUR helper

yay -S sweets-bin

sweets-bin is prebuilt. Use sweets-git to build the development branch instead. Any AUR helper works, such as paru.

Without an AUR helper

sudo pacman -S --needed base-devel git
git clone https://aur.archlinux.org/sweets-bin.git
cd sweets-bin
makepkg -si

Use sweets-git in the URL and directory name for the development branch.

Verify

sweets --version
sweets --check-config

Next steps

On this page