Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`