Installation
Get started using dash
to review and manage your GitHub work items.
Recommended Steps
Section titled “Recommended Steps”-
Install the
gh
CLITerminal window brew install gh # e.g. if on macOSOr, see the installation instructions for other platforms.
-
Install this extension:
Terminal window gh extension install dlvhdr/gh-dash -
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.
Terminal window brew tap homebrew/cask-fonts && brew install --cask font-fira-code-nerd-font
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
Section titled “Manual Steps”If you want to install this extension manually, follow these steps:
-
Clone the repo
Terminal window # gitgit clone https://github.com/dlvhdr/gh-dash# GitHub CLIgh repo clone dlvhdr/gh-dash -
cd
into itTerminal window cd gh-dash -
Install it locally
Terminal window gh extension install .