Skip to content
Alex Pasmantier edited this page Dec 31, 2024 · 2 revisions

Default configuration: config.toml

Locations where television expects the configuration files to be located for each platform:

Platform Value
Linux $HOME/.config/television/config.toml
macOS $HOME/.config/television/config.toml
Windows {FOLDERID_LocalAppData}\television\config

Or, if you'd rather use the XDG Base Directory Specification, tv will look for the configuration file in $XDG_CONFIG_HOME/television/config.toml if the environment variable is set.

Clone this wiki locally