An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# emodipt-custom

![Emodipt Custom Theme Screenshot](screenshot.png)

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)