Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support for powerlevel10k #530

Open
mrjxtr opened this issue Dec 15, 2024 · 1 comment
Open

[FEATURE] Support for powerlevel10k #530

mrjxtr opened this issue Dec 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mrjxtr
Copy link

mrjxtr commented Dec 15, 2024

[FEATURE] Support for powerlevel10k

Is your feature request related to a problem? Please describe.
I use p10k for customizing my terminal, but for some reason even when I use p10k, when I first boot into kitty, it always shows what I assume is oh-my-zsh... p10k only shows after I enter the command clear or press enter.

The left of the image shows that p10k shows up after I press enter and at the right shows what the terminal zsh looks like at first launch

image

Describe the solution you'd like
Is there a way to make sure that zsh starts with p10k automatically? If not, it would be awesome to add that option as a feature.

Additional context
I was able to find where I can remove the fastfetch at first boot, I have been trying a bunch of stuff to also use p10k when starting kitty but I don't really know what to do.

@mrjxtr mrjxtr added the enhancement New feature or request label Dec 15, 2024
@mrjxtr
Copy link
Author

mrjxtr commented Dec 19, 2024

UPDATE

I figured out how to use my p10k theme when zsh starts.

I just commented out these two lines in ~/.config/zshrc

# POSH=agnoster
# eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/zen.toml)"

and edited:

ZSH_THEME="powerlevel10k/powerlevel10k"

So for everyone who is trying to use another theme and still use the plugins, do the same as I have and just edit ZSH_THEM accordingly.

Here is a preview of how my terminal looks at first start. It is now using my p10k theme.

image

Do take note when planning to use Powerlevel10k

Powerlevel10k HAS VERY LIMITED
NO NEW FEATURES ARE IN THE
MOST BUGS WILL GO UNFIXED
HELP REQUESTS WILL BE IGNORED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants