Skip to content

Instantly share code, notes, and snippets.

@dhoboy
Last active November 9, 2021 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhoboy/6aaefebf5cdd2c2f713f2e755cd467c3 to your computer and use it in GitHub Desktop.
Save dhoboy/6aaefebf5cdd2c2f713f2e755cd467c3 to your computer and use it in GitHub Desktop.
My Simple Starship.toml
# Install starship: `sh -c "$(curl -fsSL https://starship.rs/install.sh)"`
# This file lives here: ~/.config/starship.toml
# Using https://www.programmingfonts.org/#hasklig nerdfont
# https://www.nerdfonts.com/font-downloads
# Put the unzipped font files into ~/Library/Fonts
# Put this at end of bash_profile: `eval "$(starship init bash)"`
# Be sure to set the nerd font in iTerm2, and check the box for Anti-aliased to get it looking great
# Recommend to select the colors in iTerm2, and tone them down by selecting grayer shades in the color picker
# If something unexpected is showing in the prompt run: `starship explain` to see what it is
# Disable the package module, hiding it from the prompt completely
[package]
disabled = true
# Disable Node.js version number
[nodejs]
disabled = true
# One-line prompt
[line_break]
disabled = true
# Disable google cloud info
[gcloud]
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment