Home

Awesome

Birame Theme for Oh My Zsh

Based on the popular Bira theme.

The Birame theme enhances the original Bira by incorporating unique Unicode symbols for better visual cues and customization. This theme aims to create an aesthetically pleasing command-line experience with improved readability and a modern touch.

Features

Unicode Options

Choose from several Unicode symbols to represent different prompt elements. These symbols are customizable, and you can modify them based on your preferences.

Home Symbols

Local Symbols

For more Unicode symbols, you can refer to Alan Wood’s Unicode Miscellaneous Symbols and Arrows.

Birame Theme Preview

Installation

To install Birame, follow these steps:

  1. Ensure that you have Oh My Zsh installed.

  2. Clone or download this repository.

  3. Copy the birame.zsh-theme file into your custom themes directory in Oh My Zsh:

    cp birame.zsh-theme ~/.oh-my-zsh/custom/themes/
    
    
  4. Set Birame as your theme by updating the ZSH_THEME variable in your .zshrc file:

    ZSH_THEME="birame"
    
    
  5. Restart your terminal or run source ~/.zshrc to apply the theme.

Customization

Birame allows for further customization of Unicode symbols and other visual elements. Edit the birame.zsh-theme file directly to adjust symbols, colors, and styles as needed.

Suggestions

Ensure your terminal font supports Unicode to display all symbols correctly. If you'd like to use additional symbols, refer to the Unicode link provided above.

License

This theme is open-source under the MIT License. Feel free to contribute or modify it to suit your needs.

Happy theming!