A minimal fork of the ys oh-my-zsh theme with the clock removed and a cleaner dirty indicator (x instead of a symbol).
- oh-my-zsh must be installed (
~/.oh-my-zsh/exists)
1. Download the theme file into your oh-my-zsh custom themes directory:
curl -o "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/ys-clean.zsh-theme" \
https://raw.githubusercontent.com/Reasel/ys-clean/main/ys-clean.zsh-theme2. Set the theme in ~/.zshrc:
# Find and replace the ZSH_THEME line:
sed -i 's/^ZSH_THEME=.*/ZSH_THEME="ys-clean"/' ~/.zshrcOr edit ~/.zshrc manually and set:
ZSH_THEME="ys-clean"3. Reload the shell:
source ~/.zshrc
