mirror of
https://github.com/ivabus/ivabus-zsh-theme
synced 2024-11-10 02:25:17 +03:00
20 lines
452 B
Markdown
20 lines
452 B
Markdown
# ivabus-zsh-theme
|
|
|
|
This zsh prompt theme based on GitHub Codespaces prompt theme.
|
|
|
|
Changes:
|
|
|
|
- Now theme does not depend on GitHub
|
|
|
|
![Screenshot](/screenshot.png)
|
|
|
|
## How to install
|
|
|
|
Install ivabus-zsh-theme via curl
|
|
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ivabus/ivabus-zsh-theme/master/install.sh)"
|
|
|
|
Install ivabus-zsh-theme via wget
|
|
|
|
sh -c "$(wget https://raw.githubusercontent.com/ivabus/ivabus-zsh-theme/master/install.sh -O -)"
|