oh-my-posh/website/docs/installation/macos.mdx

30 lines
649 B
Plaintext
Raw Normal View History

2021-04-24 03:58:23 -07:00
---
id: macos
title: macOS
sidebar_label: 🍏 macOS
---
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
2022-04-20 09:43:59 -07:00
import InstallHomebrew from "./homebrew.mdx";
2022-08-14 10:58:54 -07:00
import Next from "./next.mdx";
2021-04-24 03:58:23 -07:00
## Set up your terminal
2021-04-24 03:58:23 -07:00
2023-10-28 00:57:41 -07:00
As the standard terminal only supports [256 colors][256-colors], we advise using
2022-04-06 22:40:06 -07:00
[iTerm2][iterm2] or any other modern day macOS terminal that supports ANSI characters.
2021-04-24 03:58:23 -07:00
:::info
To display all icons, we recommend the use of a [Nerd Font][fonts].
:::
## Installation
2021-11-25 23:51:29 -08:00
<InstallHomebrew />
2022-08-14 10:58:54 -07:00
<Next />
[256-colors]: /docs/configuration/colors#standard-colors
2023-10-28 00:57:41 -07:00
[iterm2]: https://iterm2.com
[fonts]: /docs/installation/fonts