[ Features / Installing / Options ]
A zsh theme for developers, fully customizable and compatible with different development ecosystems, seamlessly integrated with git.
To select a specific theme switch branches on github and select the theme or the full version.
- Multiple themes
- Display node.js, rust, python, ruby (and more) version.
- Multiple customizable sections.
- Customizable order.
- Very fast git integration thanks to romkatv.
- Create your own section.
- and more!
To work correctly, you will first need:
zsh
(v5.2 or recent) must be installed.- Powerline Font must be installed and used in your terminal (for example, switch font to Fira Code).
gitstatus (romkatv)
romkatv gitstatus project.
Now that the requirements are satisfied, you can install Spaceship ZSH via any of the following tools.
git clone --depth=1 https://github.com/romkatv/gitstatus.git ~/gitstatus
add this source ~/gitstatus/gitstatus.prompt.zsh
at the begging of your ~/.zshrc file.
Clone this repo:
git clone https://github.com/CMOISDEAD/doom-zsh.git "$ZSH_CUSTOM/themes/doom" --depth=1
Symlink doom.zsh-theme
to your oh-my-zsh custom themes directory:
ln -s "$ZSH_CUSTOM/themes/doom/doom.zsh-theme" "$ZSH_CUSTOM/themes/doom.zsh-theme"
Set ZSH_THEME="doom"
in your .zshrc
.
Here's a list of related projects that have been inspired by Spaceship ZSH.
- spaceship-prompt/spaceship-prompt - Spaceship is a minimalistic, powerful and extremely customizable Zsh prompt. It combines everything you may need for convenient work, without unnecessary complications, like a real spaceship.
- starship/starship - A blazing-fast, cross-shell prompt written in Rust, heavily inspired by Spaceship ZSH.