Home

Awesome

dyzsh theme

Based on astro theme.

Screenshots

example

Instuctions

Install

zsh

  apt install zsh
  dnf install zsh
  pacman -S zsh

  chsh -s /bin/zsh
  # /etc/passwd: modify /bin/zsh

oh-my-zsh

  sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Clone

  git clone https://github.com/daotoyi/dyzsh-zsh-theme.git 

Config

  cp dyzsh-zsh-theme/dyzsh.zsh-theme ~/.oh-my-zsh/themes

Change the variable ZSH_THEME=dyzsh in ~/.zshrc.

  source ~/.zshrc