https://github.com/seapagan/my-oh-my-posh-theme
This is the terminal theme I use currently for 'oh-my-posh'. It is a slightly custom version of the 'powerlevel10k_rainbow' theme
https://github.com/seapagan/my-oh-my-posh-theme
oh-my-posh prompt terminal theme transient-prompt zsh
Last synced: 9 months ago
JSON representation
This is the terminal theme I use currently for 'oh-my-posh'. It is a slightly custom version of the 'powerlevel10k_rainbow' theme
- Host: GitHub
- URL: https://github.com/seapagan/my-oh-my-posh-theme
- Owner: seapagan
- License: mit
- Created: 2024-07-08T09:38:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T14:51:15.000Z (10 months ago)
- Last Synced: 2025-03-01T08:54:30.593Z (9 months ago)
- Topics: oh-my-posh, prompt, terminal, theme, transient-prompt, zsh
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# My Custom `oh-my-posh` Theme
This is my custom theme for the [oh-my-posh](https://ohmyposh.dev/) prompt.
It is basically the `powerlevel10k_rainbow` theme with some minor changes,
including adding a transient prompt and changing slightly the Python venv
display.
I will be updating this theme as I see fit, feel free to use it as you see fit!
## How to use
To use this theme, you need to have `oh-my-posh` installed. You can install it
by following the instructions on the [official website](https://ohmyposh.dev/).
After installing `oh-my-posh`, you can use this theme by copying the content of
the `custom.toml` file into a folder dedicated for this, you can choose
whatever makes sense for you / your operating system. I use the
`~/.config/ohmyposh/` folder for this on Linux, Mac or WSL.
Then, you can set the theme in your `~/.zshrc` file by adding the following
line, changing the path to the `custom.toml` file if necessary. I add it at the
end of the file.:
```sh
# ~/.zshrc
# Set the theme using 'oh-my-posh'
eval "$(oh-my-posh init zsh --config ~/.config/ohmyposh/custom.toml)"
```
## License
Licensed under the MIT License, see the [LICENSE.txt](LICENSE.txt) file for
information.