https://github.com/vincentdnl/zsh-crypto-prices
Oh My Zsh plugin adding a Powerlevel9k segment to display crypto prices in Zsh
https://github.com/vincentdnl/zsh-crypto-prices
bitcoin bitcoin-price crypto cryptocurrencies cryptocurrency oh-my-zsh oh-my-zsh-plugin powerlevel9k zsh zsh-plugin zshell zshrc
Last synced: 2 months ago
JSON representation
Oh My Zsh plugin adding a Powerlevel9k segment to display crypto prices in Zsh
- Host: GitHub
- URL: https://github.com/vincentdnl/zsh-crypto-prices
- Owner: vincentdnl
- License: mit
- Created: 2018-07-24T13:02:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T14:59:16.000Z (over 6 years ago)
- Last Synced: 2025-04-09T10:45:02.993Z (8 months ago)
- Topics: bitcoin, bitcoin-price, crypto, cryptocurrencies, cryptocurrency, oh-my-zsh, oh-my-zsh-plugin, powerlevel9k, zsh, zsh-plugin, zshell, zshrc
- Language: Python
- Size: 33.2 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - crypto-prices - Add a [powerlevel9k](https://github.com/bhilburn/powerlevel9k) segment with the current bitcoin price. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - crypto-prices - Add a <b><code> 13444⭐</code></b> <b><code> 928🍴</code></b> [powerlevel9k](https://github.com/bhilburn/powerlevel9k)) segment with the current bitcoin price. (Plugins / ZSH on Windows)
- awesome-zsh-plugins - crypto-prices - Add a [powerlevel9k](https://github.com/bhilburn/powerlevel9k) segment with the current bitcoin price. (Plugins / Zinit (née zplugin))
README
# ZSH Crypto Prices

Oh My Zsh plugin adding a Powerlevel9k segment to display crypto prices in Zsh
## Requirements
1. Install Zsh
2. Install [Oh My Zsh](https://ohmyz.sh/)
3. Install [Powerlevel9k](https://github.com/bhilburn/powerlevel9k)
## Installation
1. `git clone https://github.com/vincentdnl/zsh-crypto-prices.git ${ZSH}/plugins/`
2. Add plugin in `$HOME/.zshrc`
```
plugins=(
...
zsh-crypto-prices
...
)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(custom_bitcoin_price)
```
3. `source $ZSH/oh-my-zsh.sh`