- The actual look of each prompt may change based on your terminal's color scheme.
wget -O${ZSH_CUSTOM}/themes/<theme-name>.zsh-theme https://raw.githubusercontent.com/Xatra1/burn/refs/heads/master/<theme-name>.zsh-theme
- Replace both instances of <theme-name> with the name of the theme variant you want.
- add this in your
.zshrc
:ZSH_THEME="burn" # or ZSH_THEME="burn-black", ZSH_THEME="burn-blue", ZSH_THEME="burn-purple"
- add this in your
.zshrc
:zinit load Xatra1/burn ZSH_THEME="burn" # or ZSH_THEME="burn-black", ZSH_THEME="burn-blue", ZSH_THEME="burn-purple"
- Copy the contents of the theme you want into your
.zshrc
.