https://github.com/cryocaustik/cryo-zsh-theme
ohmyzsh theme - clone of robbyrussel theme with a date and time stamp
https://github.com/cryocaustik/cryo-zsh-theme
Last synced: 5 days ago
JSON representation
ohmyzsh theme - clone of robbyrussel theme with a date and time stamp
- Host: GitHub
- URL: https://github.com/cryocaustik/cryo-zsh-theme
- Owner: cryocaustik
- License: mit
- Created: 2020-09-20T19:01:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T05:50:20.000Z (over 3 years ago)
- Last Synced: 2024-04-16T17:28:58.714Z (over 1 year ago)
- Language: Shell
- Size: 279 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-zsh-plugins - cryo - A standalone clone of the original oh-my-zsh theme with date and time added. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - cryo - A standalone clone of the original oh-my-zsh theme with date and time added. (Themes / ZSH on Windows)
README
# cryo zsh theme
[ohmyzsh](https://ohmyz.sh/) theme
clone of [robbyrussel](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#robbyrussell) theme with a date and time stamp.
[](sample.png)
## Install
```bash
# 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
```