Skip to content

Installation

github-actions edited this page Oct 5, 2024 · 9 revisions

Requirements

  • Nerd Fonts. Install Nerd Fonts (JetBrainsMono recommended)
  • Windows 10 & 11

Installer

  • Visit the releases page on GitHub.
  • Look for the latest release version, which will typically be listed at the top.
  • Under the "Assets" section of the release, you’ll find various files. Click on the installer file to download it.

Winget

Install the YASB using winget install

winget install --id AmN.yasb

Using Python

  • Install Python 3.12
  • Install required Python Modules:
    • pip install -r requirements.txt
    • Create the directory C:/Users/{username}/.config/yasb/ and copy styles.css and config.yaml into folder. If you don't have the .config/yasb/ directory, on first run the application will create it for you.
    • Configure styles.css and config.yaml to your liking.
  • Start the application:
    • run python src/main.py in your terminal (or click yasb.vbs)