lean & simple zsh theme
- Copy
ch4rli3.zsh-theme
into~/.oh-my-zsh/themes
. - Change
ZSH_THEME="ch4rli3"
in~/.zshrc
. - Apply theme to command
source ~/.zshrc
in your terminal.
$ wget -O ~/.oh-my-zsh/themes/ch4rli3.zsh-theme https://raw.githubusercontent.com/ch4rli3kop/ch4rli3.zsh-theme/main/ch4rli3.zsh-theme
$ sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="ch4rli3"/' .zshrc
$ source ~/.zshrc