CMOISDEAD / doom-zsh

The Doom zsh prompt theme

Home Page:https://camilodavila.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

main

The Doom zsh theme

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

  • 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!

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.

  • 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.

About

The Doom zsh prompt theme

https://camilodavila.vercel.app/

License:MIT License


Languages

Language:Shell 100.0%