Installation

  1. Install the gh CLI - see the installation instructions

    Installation requires a minimum version (2.0.0) of the GitHub CLI that supports extensions.

  2. Install this extension:

    gh extension install dlvhdr/gh-dash
  3. To get the icons to render properly, you should download and install a Nerd font. Then, select that font as your font for the terminal.

How do I get these exact colors and font?

The screenshots in this documentation use Alacritty with the tokyonight theme and the Fira Code Nerd Font. For the full setup, see these dotfiles.

Manual Steps #

If you want to install this extension manually, follow these steps:

  1. Clone the repo

    # git
    git clone https://github.com/dlvhdr/gh-dash
    
    # GitHub CLI
    gh repo clone dlvhdr/gh-dash
  2. cd into it

    cd gh-dash
  3. Install it locally

    gh extension install .