Skip to content

vincentdnl/zsh-crypto-prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZSH Crypto Prices

ZSH Crypto Prices screenshot

Oh My Zsh plugin adding a Powerlevel9k segment to display crypto prices in Zsh

Requirements

  1. Install Zsh
  2. Install Oh My Zsh
  3. Install 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)
  1. source $ZSH/oh-my-zsh.sh