mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
docs: export to json
This commit is contained in:
parent
f4fa7a4166
commit
289c32adbf
|
@ -132,12 +132,12 @@ Maybe there's a theme you like, but you don't fancy the colors. Or, maybe there'
|
|||
want to tweak/add, or replace some of the icons with a different one. Whatever the case, **read through
|
||||
available options first**, by starting with the [configuration guide][configuration].
|
||||
|
||||
You can export the current theme (default, or set via `--config`) to the format you like (`json`, `yaml` or `toml`)
|
||||
You can export the current theme (default, or set via `--config`) to the format you like (`json` or `toml`)
|
||||
which can be used to tweak and store as your own custom theme.
|
||||
|
||||
|
||||
```bash
|
||||
oh-my-posh config export --output ~/.mytheme.omp.yml
|
||||
oh-my-posh config export --output ~/.mytheme.omp.json
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue