Oh My Zsh plugin adding a Powerlevel9k segment to display crypto prices in Zsh
- Install Zsh
- Install Oh My Zsh
- Install Powerlevel9k
git clone https://github.com/vincentdnl/zsh-crypto-prices.git ${ZSH}/plugins/
- Add plugin in
$HOME/.zshrc
plugins=(
...
zsh-crypto-prices
...
)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(custom_bitcoin_price)
source $ZSH/oh-my-zsh.sh