oh-my-posh/website/docs/installation/macos.mdx
Jan De Dobbeleer c844bd871e fix(ansi): print 256 correctly
resolves #3533
2023-02-26 15:48:28 +01:00

34 lines
838 B
Plaintext

---
id: macos
title: macOS
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
As the standard terminal only support [256 colors][256-colors], we advise using
[iTerm2][iterm2] or any other modern day macOS terminal that supports ANSI characters.
:::info
To display all icons, we recommend the use of a [Nerd Font][fonts].
:::
## Installation
<InstallHomebrew />
<Next />
[256-colors]: /docs/configuration/colors#standard-colors
[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