Installation
Get started using ENHANCE to manage your PRs GitHub Actions.
Recommended Steps
Section titled “Recommended Steps”-
Install the
ghCLITerminal window brew install gh # e.g. if on macOSOr, see the installation instructions for other platforms.
-
Install this extension:
Terminal window # if you're *not* in the insiders programgh extension install dlvhdr/gh-enhance# if you are in the insiders programgh extension install dlvhdr-insiders/gh-enhance -
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.
Terminal window brew install --cask font-fira-code-nerd-font
How do I get these exact colors and font?
The screenshots in this documentation use Ghostty 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
-
If you’re not in the insiders program:
Terminal window # Gitgit clone https://github.com/dlvhdr/gh-enhance# or with the GitHub CLIgh repo clone dlvhdr/gh-enhance -
If you are in the insiders program:
Terminal window # Gitgit clone https://github.com/dlvhdr-insiders/gh-enhance# or with the GitHub CLIgh repo clone dlvhdr-insiders/gh-enhance
-
cdinto itTerminal window cd gh-enhance -
Install it locally
Terminal window gh extension install .