Home

Awesome

main

<h3 align="center">The Doom zsh theme</h2> <div align="center"> <h5> [ <a href="#features">Features</a> / <a href="#installing">Installing</a> / <a href="#related">Options</a> ] </h5> </div>

Overview

A zsh theme for developers, fully customizable and compatible with different development ecosystems, seamlessly integrated with git.

Themes

To select a specific theme switch branches on github and select the theme or the full version.

Rainbow

rainbow

Pure (actually on the master branch)

pure

Features

Requirements

To work correctly, you will first need:

Installing

Now that the requirements are satisfied, you can install Spaceship ZSH via any of the following tools.

install the gitstatus (if you dont have...)

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.

install the theme

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.

Related

Here's a list of related projects that have been inspired by Spaceship ZSH.