pbdevflow - a custom zsh theme

April 1, 2025 ยท View on GitHub

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.