From 23672ac09c4d44acc12fd165fb110d9bc0ce17f7 Mon Sep 17 00:00:00 2001 From: Fries Date: Sun, 11 Sep 2022 00:12:39 -0700 Subject: [PATCH] Amethyst: add config.mdx --- Amethyst/config.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Amethyst/config.mdx 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'` |