class Fontist::InstallLocations::UserLocation

User font directory location

This location represents the user-specific font directory, with platform-specific base paths:

macOS: ~/Library/Fonts/fontist/ Linux: ~/.local/share/fonts/fontist/ Windows: %LOCALAPPDATA%/Microsoft/Windows/Fonts/fontist/

## Managed vs Non-Managed

This location is managed when:

This location is non-managed when:

## Customization

Set via environment variable:

export FONTIST_USER_FONTS_PATH=~/Library/Fonts/fontist

Or via config:

fontist config set user_fonts_path ~/Library/Fonts/fontist