Another Basic ZSH Theme
September 13, 2024 ยท View on GitHub
No nonsense ZSH theme with folder and git information. Looks great with Catppuccin.

Prerequisites
- The Z shell - installing zsh
- Oh-my-zsh framework - oh-my-zsh
- One of the Nerd Fonts - nerdfonts
Installation
-
Run the following commands in the ZSH:
git clone https://github.com/stentibbing/abzt-zsh-theme.git ln -s $PWD/abzt-zsh-theme/abzt.zsh-theme $ZSH/custom/themes/abzt.zsh-theme -
Change / add the line
ZSH_THEME="abzt"in the .zshrc file