mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
docs(install): add next steps
This commit is contained in:
parent
c59439fe80
commit
70008eccab
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
13
website/docs/installation/next.mdx
Normal file
13
website/docs/installation/next.mdx
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue