Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 564 Bytes

File metadata and controls

26 lines (22 loc) · 564 Bytes

GRS Theme for the ZSH

alt text

To install zsh follow the steps on the official website: https://ohmyz.sh/

Getting the theme

Cloning repository

$ git clone https://github.com/gersontpc/zsh-theme-grs.git

Copy theme

Copy the theme to the zsh themes directory

$ cp zsh-theme-grs/grs.zsh-theme /home/your-user/.oh-my-zsh/themes/

Changing the GRS theme

$ vim ~.zshrc
ZSH_THEME="grs"

Applying the theme

$ source ~.zshrc