#Furio zsh theme
Fork of the Cloud oh-my-zsh theme. It has different colors and emojis for full efect.
To use:
- Download the theme into oh-my-zsh's custom themes directory:
$ mkdir -p $ZSH_CUSTOM/themes && curl https://raw.githubusercontent.com/hectorpalmatellez/furio-theme/master/furio.zsh-theme -L -o $ZSH_CUSTOM/themes/furio.zsh-theme
- Set the theme in your .zshrc file:
ZSH_THEME="furio"
Original instructions from Kevin Bogart's gitsome theme.