docs(install): add next steps

This commit is contained in:
Jan De Dobbeleer 2022-08-14 19:58:54 +02:00 committed by GitHub
parent c59439fe80
commit 70008eccab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 1 deletions

View file

@ -7,6 +7,7 @@ sidebar_label: 🐧 Linux
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
import InstallHomebrew from "./homebrew.mdx";
import Next from "./next.mdx";
## Set up your terminal
@ -58,6 +59,8 @@ rm ~/.poshthemes/themes.zip
</TabItem>
</Tabs>
<Next />
[fonts]: /docs/installation/fonts
[scoop]: https://scoop.sh/
[wt]: https://github.com/microsoft/terminal

View file

@ -7,6 +7,7 @@ sidebar_label: 🍏 macOS
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
import InstallHomebrew from "./homebrew.mdx";
import Next from "./next.mdx";
## Set up your terminal
@ -21,6 +22,8 @@ To display all icons, we recommend the use of a [Nerd Font][fonts].
<InstallHomebrew />
<Next />
[fonts]: /docs/installation/fonts
[scoop]: https://scoop.sh/
[wt]: https://github.com/microsoft/terminal

View file

@ -0,0 +1,13 @@
## Next
Now that Oh My Posh is installed, you can go ahead and configure your terminal and shell to
get the prompt to look exactly like you want.
- install a [font][fonts]
- configure your terminal/editor to use the installed font
- configure your shell to [use Oh My Posh][prompt]
- (optional) configure a theme or [custom prompt configuration][customize]
[fonts]: fonts.mdx
[prompt]: prompt.mdx
[customize]: customize.mdx

View file

@ -6,6 +6,7 @@ sidebar_label: ⊞ Windows
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
import Next from "./next.mdx";
## Set up your terminal
@ -27,7 +28,7 @@ When using oh-my-posh inside the WSL, make sure to follow the [Linux][linux] ins
/>
</a>
## Install
## Installation
<Tabs
defaultValue="winget"
@ -85,6 +86,8 @@ Exclusions should be added with the full path to the executable, you can get it
```
:::
<Next />
## Update
<Tabs