💾 Archived View for makeworld.space › amfora-wiki › Configuration.gmi captured on 2023-07-22 at 16:22:27. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
Opening or streaming non text files
Amfora's config file is written in the intuitive TOML configuration file format. It is located at `~/.config/amfora/config.toml` by default. If the `$XDG_CONFIG_HOME` variable is set then the configuration file can be found at `$XDG_CONFIG_HOME/amfora/config.toml`.
On Windows, the configuration file can be found at `%APPDATA%\amfora\config.toml`, which usually expands to `C:\Users\<username>\AppData\Roaming\amfora\config.toml`.
The default config file can be viewed at default-config.toml. Amfora will place that file in the config file location if it doesn't exist.
If you'd like to support Amfora development, you can sponsor me through Ko-Fi or Github Sponsors. Feel free to submit a PR as well! Thanks.