Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.04 KB

File metadata and controls

36 lines (27 loc) · 1.04 KB

pbdevflow - a custom zsh theme

pbdevflow is a minimalist yet informative custom theme for Oh My Zsh, perfect for developers.

The theme is designed and optimized for Nerd Fonts (recommended font is Fira Code Nerd Font), which allows you to use icons to conveniently display repository status and other elements.

pbdevflow screenshot

Key Features

  • Path - shows the current path.
  • Username - shows the current user.
  • Git Integration — shows the active branch and repository status:
  • 🟠 Changed ( + number of modified files)
  • Clean repository
  • Icons — uses Nerd Fonts to display information.

Installation

  1. Clone the repository
git clone https://github.com/pbarovsky/pbdevflow.git
  1. Put the .zsg-theme file in the ~/.oh-my-zsh/custom/themes folder

  2. Open the ~/.zshrc file and change the theme

ZSH_THEME="pbdevflow"
  1. Apply changes
source ~/.zshrc

License

pbdevflow is distributed under the MIT license.