mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
30 lines
649 B
Plaintext
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
|