Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Starship Config

A simple Starship prompt setup for macOS Terminal.

Environment

  • macOS Terminal
  • zsh
  • Starship
  • JetBrainsMono Nerd Font Mono

Preview

Preview

Install Starship

curl -sS https://starship.rs/install.sh | sh

Enable in zsh

Add this line to ~/.zshrc:

eval "$(starship init zsh)"

Then reload:

source ~/.zshrc

Install font

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

Config path

Copy this file to:

~/.config/starship.toml

Apply config

mkdir -p ~/.config
cp starship.toml ~/.config/starship.toml
source ~/.zshrc

About

A simple Starship prompt setup for macOS Terminal using JetBrainsMono Nerd Font.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors