Skip to content

hulleyrob/ohmyzsh-theme-bsdpassion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ohmyzsh-theme-bsdpassion

Introduction

A work in progress oh-my-zsh theme

Forked from https://github.com/ChesterYue/ohmyzsh-theme-passion

Feature

  • real time prompt
  • command running time cost prompt
  • command running error hint

Usage

Basic Zsh Theme

Install

  1. clone repo
    git clone https://github.com/hulleyrob/ohmyzsh-theme-bsdpassion
    
  2. copy theme
    cp ./ohmyzsh-theme-bsdpassion/bsdpassion.zsh-theme ~/.oh-my-zsh/themes/bsdpassion.zsh-theme
    
  3. edit .zshrc change ZSH_THEME to
    ZSH_THEME="bsdpassion"
    
  4. execute zshrc
    source ~/.zshrc
    

Recommended Zsh Plugins

  1. zsh-autosuggestions
  2. zsh-syntax-highlighting
  3. command-line fuzzy finder
  • plugins/zsh-interactive-cd is already sourced in the .zshrc file

iTerm2 Preferences

Color

Why newline on the prompt?

image

Useful if using smaller terminal windows

What do the red and green dot mean?

image

Red Dot = Last command returned unsuccesful completion status

Green Dot = Last command returned succesful completion status

About

An oh-my-zsh theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%