dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

[FEATURE] Support for powerlevel10k

Open mrjxtr opened this issue 1 year ago • 1 comments

[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 avatar Dec 15 '24 14:12 mrjxtr

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

mrjxtr avatar Dec 19 '24 12:12 mrjxtr