cryocaustik / cryo-zsh-theme

ohmyzsh theme - clone of robbyrussel theme with a date and time stamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cryo zsh theme

ohmyzsh theme clone of robbyrussel theme with a date and time stamp.

sample

Install

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

# download theme
curl -fsSL https://raw.githubusercontent.com/cryocaustik/cryo-zsh-theme/master/cryo.zsh-theme > ~/.oh-my-zsh/themes/cryo.zsh-theme

# change theme name in .zshrc
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="cryo"/' ~/.zshrc

# reload .zshrc
. ~/.zshrc

About

ohmyzsh theme - clone of robbyrussel theme with a date and time stamp

License:MIT License


Languages

Language:Shell 100.0%