-
Notifications
You must be signed in to change notification settings - Fork 470
Configuration
李通洲 edited this page Jul 21, 2023
·
12 revisions
Fastfetch uses JSONC (JSON with comments) to store configuration. It should be located in ~/.config/fastfetch
, namely config.jsonc
. You may create it with
// ~/.config/fastfetch/config.jsonc
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json"
}
Using an editor with JSON schema support is highly suggested. If unsure, I suggest using vscode.
Generated using json-schema-for-humans with
generate-schema-doc ~/fastfetch/doc/json_schema.json --config template_name=md Json-Schema.md