Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 627 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 627 Bytes

cryo zsh theme - US date and time mod

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/Darkcast/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