Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T14:59:16.000Z (over 5 years ago)
- Last Synced: 2024-09-28T08:21:03.508Z (about 1 month 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
README
# ZSH Crypto Prices
![ZSH Crypto Prices screenshot](screenshot.png)
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`