Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 494 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 494 Bytes

Setup

  1. Clone the repo
git clone --recurse-submodules https://github.com/kunallimaye/kl-zsh-theme ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/kl-zsh
  1. 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}