- Clone the repo
git clone --recurse-submodules https://github.com/kunallimaye/kl-zsh-theme ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/kl-zsh
- Update the
~/.zshrc
config file
# Update Theme
ZSH_THEME="kl-zsh/powerlevel10k/powerlevel10k"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
P10K_ZSH=${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/kl-zsh/.p10k.zsh
[[ ! -f ${P10K_ZSH} ]] || source ${P10K_ZSH}