Skip to content

axieax/zsh-starship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Starship zsh plugin

This ZSH plugin initializes the Starship prompt - a minimal, blazing-fast and infinitely customizable cross-shell prompt.

demo.mp4

Installation

Note: you have to install starship first.

Add one of the following to your .zshrc file depending on your package manager:

  1. Add starship to the plugins array in your .zshrc file:
plugins=(... starship)

⚠️ NOTE: this plugin unsets your ZSH_THEME variable

  1. Add the following to your .zshrc file:
antigen bundle axieax/zsh-starship

Manual (Git Clone)

  1. Clone this repository somewhere on your machine. This guide will assume ~/.zsh/zsh-starship, although other locations are possible.
git clone https://github.com/axieax/zsh-starship.git ~/.zsh/zsh-starship
  1. Add the following to your .zshrc file:
source ~/.zsh/zsh-starship/starship.plugin.zsh

About

zsh plugin for the Starship prompt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages