mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
30 lines
755 B
Plaintext
30 lines
755 B
Plaintext
---
|
|
id: macos
|
|
title: macOS
|
|
sidebar_label: 🍏 macOS
|
|
---
|
|
|
|
import Tabs from "@theme/Tabs";
|
|
import TabItem from "@theme/TabItem";
|
|
import InstallHomebrew from "./homebrew.mdx";
|
|
|
|
## Set up your terminal
|
|
|
|
As the standard terminal has issues displaying the ANSI characters correctly, 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 />
|
|
|
|
[fonts]: /docs/configuration/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
|