ChesterYue / ohmyzsh-theme-passion

An oh-my-zsh theme.
MIT License
294 stars 135 forks source link

how to install step by step #9

Closed kd-s-t closed 1 month ago

1ms-ms commented 2 years ago
  1. Go to $ZSH_CUSTOM/themes and touch passion.zsh-theme.
  2. Edit it, e.g. with vi and copy code
  3. Go to ~/.zshrc and edit it by changing $ZSH_THEME to passion
  4. Type exit and open the terminal once again.

Obiously, you need to have zsh installed.

renegadec commented 2 years ago

got it after a few troubles getting it, thanks

zoonim116 commented 2 years ago

1) git clone git@github.com:ChesterYue/ohmyzsh-theme-passion.git ${ZSH_CUSTOM}/themes/Passion 2) nano ~/.zshrc 3) Change ZSH_THEME to ZSH_THEME="Passion/passion" 4) Profit

P.S also you need to add git-prompt to a list of plugins

whitespacecode commented 1 year ago

If you get an error:

Cloning into '/Users/username/.oh-my-zsh/custom/themes/Passion'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Use following command to clone it git clone https://github.com/ChesterYue/ohmyzsh-theme-passion ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/Passion

selviipalani commented 1 year ago

I followed these steps: https://github.com/ChesterYue/ohmyzsh-theme-passion/issues/9#issuecomment-1027747979 but am getting a message saying "theme passion is not found"

ChesterYue commented 1 year ago

follow Usage