This repository contains my sensible defaults for gh-dash.
brew install gh
gh extension install dlvhdr/gh-dashTo render icons properly in gh-dash, install a Nerd Font and set it as your terminal font.
brew install --cask font-fira-code-nerd-fontThis setup also uses the following companion tools:
- gh-enhance - companion GitHub extension
- diffnav - diff pager used by
config.yml
gh extension install dlvhdr/gh-enhance
brew install dlvhdr/formulae/diffnavThis repo configures gh-dash with a Gruvbox Dark palette in config.yml.
For companion tools:
gh-enhancefollows your terminal theme, so set your terminal to Gruvbox Darkdiffnavusesdeltafor rendering; set delta to Gruvbox Dark with:
git config --global delta.syntax-theme gruvbox-dark
git config --global delta.light falseconfig.yml- Main gh-dash configuration
The contents of this repository should be placed in your $HOME/.config.
git clone https://github.com/dotbrains/gh-dash.git $HOME/.config/gh-dashThis project is licensed under the PolyForm Shield License 1.0.0 -- see LICENSE for details.