oh-my-posh/website/docs/installation/macos.mdx
2023-10-28 09:57:41 +02:00

30 lines
649 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 supports [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
[iterm2]: https://iterm2.com
[fonts]: /docs/installation/fonts