mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: fix broken links after rename(overview->general)
This commit is contained in:
parent
d1debcfd6a
commit
0c196e0f58
|
@ -3,7 +3,7 @@
|
||||||
"$id": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
"$id": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "The Oh My Posh theme definition",
|
"title": "The Oh My Posh theme definition",
|
||||||
"description": "https://ohmyposh.dev/docs/configuration/overview",
|
"description": "https://ohmyposh.dev/docs/configuration/general",
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"color": {
|
"color": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
@ -3295,13 +3295,13 @@
|
||||||
"final_space": {
|
"final_space": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Final Space",
|
"title": "Final Space",
|
||||||
"description": "https://ohmyposh.dev/docs/configuration/overview#general-settings",
|
"description": "https://ohmyposh.dev/docs/configuration/general#general-settings",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"disable_cursor_positioning": {
|
"disable_cursor_positioning": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Disable Cursor Positioning",
|
"title": "Disable Cursor Positioning",
|
||||||
"description": "https://ohmyposh.dev/docs/configuration/overview#general-settings",
|
"description": "https://ohmyposh.dev/docs/configuration/general#general-settings",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"shell_integration": {
|
"shell_integration": {
|
||||||
|
@ -3312,7 +3312,7 @@
|
||||||
"pwd": {
|
"pwd": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Enable OSC99/7/51",
|
"title": "Enable OSC99/7/51",
|
||||||
"description": "https://ohmyposh.dev/docs/configuration/overview#general-settings",
|
"description": "https://ohmyposh.dev/docs/configuration/general#general-settings",
|
||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
"console_title_template": {
|
"console_title_template": {
|
||||||
|
@ -3328,7 +3328,7 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "Block array",
|
"title": "Block array",
|
||||||
"default": [],
|
"default": [],
|
||||||
"description": "https://ohmyposh.dev/docs/configuration/overview#blocks",
|
"description": "https://ohmyposh.dev/docs/configuration/general#blocks",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/block"
|
"$ref": "#/definitions/block"
|
||||||
}
|
}
|
||||||
|
|
|
@ -275,12 +275,11 @@ Inside the WSL, you can find your Windows user's home folder here: `/mnt/c/Users
|
||||||
|
|
||||||
Maybe there's a theme you like, but you don't fancy the colors. Or, maybe there's a segment you
|
Maybe there's a theme you like, but you don't fancy the colors. Or, maybe there's a segment you
|
||||||
want to tweak/add, or replace some of the icons with a different one. Whatever the case, **read through
|
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].
|
available options first**, by starting with the [configuration][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`, `yaml`, or `toml`)
|
||||||
which can be used to tweak and store as your own custom theme.
|
which can be used to tweak and store as your own custom theme.
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
oh-my-posh config export --output ~/.mytheme.omp.json
|
oh-my-posh config export --output ~/.mytheme.omp.json
|
||||||
```
|
```
|
||||||
|
@ -298,7 +297,7 @@ The [configuration][configuration] section covers the basic building blocks and
|
||||||
segments section covers how to configure each available segment.
|
segments section covers how to configure each available segment.
|
||||||
|
|
||||||
[themes]: themes.md
|
[themes]: themes.md
|
||||||
[configuration]: configuration/overview.mdx
|
[configuration]: configuration/general.mdx
|
||||||
[prompt]: prompt.mdx
|
[prompt]: prompt.mdx
|
||||||
[jandedobbeleer]: /docs/themes#jandedobbeleer
|
[jandedobbeleer]: /docs/themes#jandedobbeleer
|
||||||
[json-schema]: https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
|
[json-schema]: https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
|
||||||
|
|
|
@ -114,6 +114,5 @@ The `minimal` themes do not make use of Nerd Font icons.
|
||||||
[nerdfonts]: https://www.nerdfonts.com/
|
[nerdfonts]: https://www.nerdfonts.com/
|
||||||
[meslo]: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/Meslo.zip
|
[meslo]: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/Meslo.zip
|
||||||
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
|
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
|
||||||
[font-thread]: https://github.com/JanDeDobbeleer/oh-my-posh/issues/145#issuecomment-730162622
|
[configuration]: /docs/installation/customize
|
||||||
[configuration]: /docs/configuration/overview
|
|
||||||
[wt-issue-8993]: https://github.com/microsoft/terminal/issues/8993
|
[wt-issue-8993]: https://github.com/microsoft/terminal/issues/8993
|
||||||
|
|
|
@ -59,9 +59,3 @@ curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/bin
|
||||||
<Next />
|
<Next />
|
||||||
|
|
||||||
[fonts]: /docs/installation/fonts
|
[fonts]: /docs/installation/fonts
|
||||||
[scoop]: https://scoop.sh/
|
|
||||||
[wt]: https://github.com/microsoft/terminal
|
|
||||||
[iterm2]: https://www.iterm2.com/
|
|
||||||
[powershell]: https://www.powershellgallery.com/packages/oh-my-posh
|
|
||||||
[configuration]: /docs/configuration/overview
|
|
||||||
[themes]: /docs/themes
|
|
||||||
|
|
|
@ -26,8 +26,3 @@ To display all icons, we recommend the use of a [Nerd Font][fonts].
|
||||||
|
|
||||||
[256-colors]: /docs/configuration/colors#standard-colors
|
[256-colors]: /docs/configuration/colors#standard-colors
|
||||||
[fonts]: /docs/installation/fonts
|
[fonts]: /docs/installation/fonts
|
||||||
[scoop]: https://scoop.sh/
|
|
||||||
[wt]: https://github.com/microsoft/terminal
|
|
||||||
[iterm2]: https://www.iterm2.com/
|
|
||||||
[powershell]: https://www.powershellgallery.com/packages/oh-my-posh
|
|
||||||
[configuration]: /docs/configuration/overview
|
|
||||||
|
|
Loading…
Reference in a new issue