Replies: 4 comments 5 replies
-
See starship/starship#888 (comment) for details on the implementation of instant prompt. May I ask why you want to use Instant Prompt without |
Beta Was this translation helpful? Give feedback.
-
Powerlevel10k does the same thing as Starship -- it sets your prompt. The advantage of Starship is that you can use it with Bash and Fish (Powerlevel10k is only for Zsh). The advantage of Powerlevel10k is that it's much faster and has more features. Instant Prompt is one of the features that Powerlevel10k has but Starship does not. |
Beta Was this translation helpful? Give feedback.
-
3 hours?! Oh my. It takes 3 minutes to configure powerlevel10k. You can try it and switch back to Starship if you don't like the results. Here's one way to do it: git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
exec zsh This will start an interactive configuration wizard that you can use to configure your prompt. If you don't like the result, delete the last two lines from |
Beta Was this translation helpful? Give feedback.
-
You are in luck! Powerlevel10k does not have documentation in a conventional sense. On a more serious note, I should've mentioned this as an obvious downside of Powerlevel10k compared to Starship. Nevertheless, I encourage you to give it a try. |
Beta Was this translation helpful? Give feedback.
-
May I know whether Instant Prompt, could be used independently from
p10k
? I stumbled upon a reddit post by @romkatv and was wondering if it achieves the same behaviour.Beta Was this translation helpful? Give feedback.
All reactions