diff --git a/Amethyst/config.mdx b/Amethyst/config.mdx new file mode 100644 index 0000000..f47eb2d --- /dev/null +++ b/Amethyst/config.mdx @@ -0,0 +1,19 @@ +--- +title: Config Keys +--- + +## [base] +| Key | Description | Default | +| --- | --- | --- | +| `pacdiff_warn` | Whether to warn the user about `vimdiff` for `pacdiff` | `true` | + +## [extra] +| Key | Description | Default | +| --- | --- | --- | +| `uwu` | Makes Amethyst's output... "cuter" | `false` | +| `uwu_debug` | Makes debug and traces `uwu`ed. Please never send us debug logs with this enabled. | `false` | + +## [bin] +| Key | Description | Default | +| --- | --- | --- | +| `sudo` | The path to use for `sudo` (or any `sudo`-likes) | `'sudo'` |