diff --git a/website/docs/installation/linux.mdx b/website/docs/installation/linux.mdx index 1c9fca58..191df697 100644 --- a/website/docs/installation/linux.mdx +++ b/website/docs/installation/linux.mdx @@ -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 + + [fonts]: /docs/installation/fonts [scoop]: https://scoop.sh/ [wt]: https://github.com/microsoft/terminal diff --git a/website/docs/installation/macos.mdx b/website/docs/installation/macos.mdx index 5e3c49ee..243b062c 100644 --- a/website/docs/installation/macos.mdx +++ b/website/docs/installation/macos.mdx @@ -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]. + + [fonts]: /docs/installation/fonts [scoop]: https://scoop.sh/ [wt]: https://github.com/microsoft/terminal diff --git a/website/docs/installation/next.mdx b/website/docs/installation/next.mdx new file mode 100644 index 00000000..61a039a2 --- /dev/null +++ b/website/docs/installation/next.mdx @@ -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 \ No newline at end of file diff --git a/website/docs/installation/windows.mdx b/website/docs/installation/windows.mdx index ee7d11e1..b879e12d 100644 --- a/website/docs/installation/windows.mdx +++ b/website/docs/installation/windows.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 /> -## Install +## Installation + ## Update