aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2026-03-19 10:22:32 +0500
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2026-03-19 10:22:32 +0500
commit134789e40755a756e40d1b59c9205fba7fc324aa (patch)
tree4b3dacba51d0827fe3da02fafe17507223149367 /README.md
parente47b9b282d9650d43b8811161260a8a4b96dfc35 (diff)
chore: update README.mdHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3e46d23..a60154d 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,20 @@ Place this file in:
- MacOS: `~/Library/Application\ Support/lazygit/config.yml`.
- Windows: `%LOCALAPPDATA%\lazygit\config.yml` (default location, but it will also be found in `%APPDATA%\lazygit\config.yml`.
+### Separating the theme and the configuration
+
+You can use a flag `--use-config-file` to combine multiple configuration files.
+
+```bash
+lazygit --use-config-file="$XDG_CONFIG_HOME/lazygit/config.yml,$XDG_DATA_HOME/tinted-theming/tinty/base16-lazygit-colors-file.yml"
+```
+
+Or an environment variable `LG_CONFIG_FILE`.
+
+```bash
+LG_CONFIG_FILE="$XDG_CONFIG_HOME/lazygit/config.yml,$XDG_DATA_HOME/tinted-theming/tinty/base16-lazygit-colors-file.yml" lazygit
+```
+
## License
MIT