Installation - thesleepingsage/yasb-wiki GitHub Wiki
Requirements
- Nerd Fonts. Install Nerd Fonts (JetBrainsMono recommended)
- Windows 10 & 11
Manual Installation
- Download the latest installer from the GitHub releases page.
- Run the installer and follow the on-screen instructions to complete the installation.
Winget
Install the YASB using winget install
winget install --id AmN.yasb
Scoop
Install YASB using Scoop:
scoop bucket add extras
scoop install extras/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. To use a custom directory, set theYASB_CONFIG_HOME
environment variable. - Configure styles.css and config.yaml to your liking.
- Start the application:
- run
python src/main.py
in your terminal (or click yasb.vbs)
- run