docs/src/content/docs/getting-started/index.mdx
Get started using dash to review and manage your GitHub work items.
Install the gh CLI
brew install gh # e.g. if on macOS
Or, see the installation instructions for other platforms.
Install this extension:
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 your terminal of choice.
brew install --cask font-fira-code-nerd-font
If you want to install this extension manually, follow these steps:
Clone the repo
# git
git clone https://github.com/dlvhdr/gh-dash
# GitHub CLI
gh repo clone dlvhdr/gh-dash
cd into it
cd gh-dash
Install it locally
gh extension install .