https://github.com/nas3ts/emodipt-custom
A theme for oh-my-posh, edited from the emodipt-extend theme
https://github.com/nas3ts/emodipt-custom
bash custom fish oh-my-posh oh-my-posh-theme oh-my-posh-themes powershell prompt shell shell-prompt terminal theme themes zsh
Last synced: 12 months ago
JSON representation
A theme for oh-my-posh, edited from the emodipt-extend theme
- Host: GitHub
- URL: https://github.com/nas3ts/emodipt-custom
- Owner: nas3ts
- Created: 2025-02-14T22:51:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T21:20:37.000Z (12 months ago)
- Last Synced: 2025-03-05T22:37:44.177Z (12 months ago)
- Topics: bash, custom, fish, oh-my-posh, oh-my-posh-theme, oh-my-posh-themes, powershell, prompt, shell, shell-prompt, terminal, theme, themes, zsh
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emodipt-custom

A custom theme for **Oh My Posh**, edited from the `emodipt-extend` theme to enhance the terminal's appearance and functionality.
## Installation
### Prerequisites
1. **Oh My Posh**: Make sure you have [Oh My Posh](https://github.com/JanDeDobbeleer/oh-my-posh) installed.
2. **Nerd Fonts**: The theme requires a Nerd Font to render icons properly. Install a [Nerd Font](https://www.nerdfonts.com/font-downloads).
### Setting Up
1. Download `emodipt-custom.omp.json` file in the [Releases](https://github.com/kuro1kag3/emodipt-custom/releases) section.
2. Set the theme in your shell configuration. For example, for **Bash**, you can add this to your `.bashrc`:
```bash
eval "$(oh-my-posh init bash --config /path-to-the-file/emodipt-custom.omp.json)"
```
3. Restart your terminal or source the configuration:
```bash
source ~/.bashrc
```
## Customizations
Feel free to modify the theme to suit your preferences. The theme is based on [`emodipt-extend`](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/emodipt-extend.omp.json), which gives a vibrant and colorful experience, with the following customizations:
- Altered segment colors.
- Font and icon tweaks.
- Enhanced segment visibility for a cleaner experience.
## Links
- [Oh My Posh](https://github.com/JanDeDobbeleer/oh-my-posh)
- [Nerd Fonts](https://www.nerdfonts.com/font-downloads)