Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maniat1k/birame
based on bira zsh theme!
https://github.com/maniat1k/birame
oh-my-zsh themes zsh zsh-theme
Last synced: 19 days ago
JSON representation
based on bira zsh theme!
- Host: GitHub
- URL: https://github.com/maniat1k/birame
- Owner: maniat1k
- License: gpl-3.0
- Created: 2017-11-14T13:50:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T16:50:28.000Z (3 months ago)
- Last Synced: 2024-11-08T17:41:20.326Z (3 months ago)
- Topics: oh-my-zsh, themes, zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 87.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Birame Theme for Oh My Zsh
**Based on the popular [Bira](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/bira.zsh-theme) 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
- Customizable prompt with Unicode symbols for home, local machine, and configurations.
- Adaptability for various terminal settings and fonts supporting Unicode.
- Enhanced visual elements to reduce visual fatigue.## 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](http://www.alanwood.net/unicode/miscellaneous_symbols_and_arrows.html).
![Birame Theme Preview](https://raw.githubusercontent.com/maniat1k/birame/master/birame.png)
## Installation
To install Birame, follow these steps:1. Ensure that you have [Oh My Zsh](https://ohmyz.sh/) installed.
2. Clone or download this repository.
3. Copy the `birame.zsh-theme` file into your custom themes directory in Oh My Zsh:```shell
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:
```shell
ZSH_THEME="birame"6. 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!