powerlevel10k oh my zsh
# Oh my zsh: git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k Set ZSH_THEME="powerlevel10k/powerlevel10k" in ~/.zshrc.
Here is what the above code is Doing:
1. Install zsh
2. Install oh-my-zsh
3. Install powerlevel10k
4. Set the theme to powerlevel10k