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.
- 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.
- Clone the repository
git clone https://github.com/pbarovsky/pbdevflow.git
-
Put the .zsg-theme file in the
~/.oh-my-zsh/custom/themes
folder -
Open the
~/.zshrc
file and change the theme
ZSH_THEME="pbdevflow"
- Apply changes
source ~/.zshrc
pbdevflow is distributed under the MIT license.