A simple Starship prompt setup for macOS Terminal.
- macOS Terminal
- zsh
- Starship
- JetBrainsMono Nerd Font Mono
curl -sS https://starship.rs/install.sh | sh
Add this line to ~/.zshrc:
eval "$(starship init zsh)"
Then reload:
source ~/.zshrc
Recommended font:
- JetBrainsMono Nerd Font Mono
Example with Homebrew:
brew install --cask font-jetbrains-mono-nerd-font
Then in macOS Terminal:
- Terminal
- Settings
- Profiles
- Text
- Change...
- Select JetBrainsMono NFM Regular
Copy this file to:
~/.config/starship.toml
mkdir -p ~/.config
cp starship.toml ~/.config/starship.toml
source ~/.zshrc
