Jerry's Theme #5161
yugeshsivakumar
started this conversation in
Themes
Jerry's Theme
#5161
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Jerry's Custom Oh My Posh Theme
Welcome to Jerry's custom Oh My Posh theme! This repository contains the
jerry.omp.json
theme file which you can use to enhance your terminal prompt with a unique and stylish look.Installation
Follow these steps to install and use the
jerry.omp.json
theme with Oh My Posh.Prerequisites
Download the Theme
Clone this repository to your local machine:
git clone https://github.com/yourusername/jerrys-ohmyposh-theme.git cd jerrys-ohmyposh-theme
Copy the
jerry.omp.json
file to your Oh My Posh themes directory. The default location is~/.poshthemes/
:Ensure the theme file is readable by Oh My Posh:
chmod ugo+r ~/.poshthemes/jerry.omp.json
Configure Your Shell
For PowerShell
Open your PowerShell profile file. You can edit it using:
notepad $PROFILE
Add the following line to set the theme:
Save and close the profile file. Restart your PowerShell to see the new theme.
For Bash
Open your
.bashrc
file:nano ~/.bashrc
Add the following line to set the theme:
Save and close the file. Reload your
.bashrc
:For Zsh
Open your
.zshrc
file:nano ~/.zshrc
Add the following line to set the theme:
Save and close the file. Reload your
.zshrc
:Preview
Contributing
If you have suggestions for improvements or find any issues, feel free to open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Beta Was this translation helpful? Give feedback.
All reactions