pbsegments is a minimal and visually appealing custom theme for Oh My Zsh. It features a clean, segment-based prompt with Git integration, optimized for readability and usability.
- Displays the current working directory
- Shows the username
- Indicates Git branch and status
- Custom symbols for better visual separation
- Keeps the input area clean with
>
on a new line
-
Clone or download the
pbsegments.zsh-theme
file into your custom themes directory:cp pbsegments.zsh-theme ~/.oh-my-zsh/custom/themes/
-
Open your
~/.zshrc
file and set the theme:ZSH_THEME="pbsegments"
-
Apply changes by restarting the terminal or running:
source ~/.zshrc
You can modify colors, symbols, and segment behavior by editing the pbsegments.zsh-theme
file. Adjust colors to match your preferred terminal scheme.
This project is licensed under the MIT License.
Enjoy your personalized terminal experience with pbsegments!