Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 720 Bytes

POST-INSTALL-MAC.md

File metadata and controls

32 lines (21 loc) · 720 Bytes

Install git-peek

You'll need to have git-peek installed for this to work.

brew install jarred-sumner/git-peek/git-peek

Make the Peek button work

Register the git-peek:// URL handler:

git peek -r

Then, head over to the test page:

Private repositories

To use Peek with a private repository, set $GITHUB_TOKEN in ~/.git-peek:

GITHUB_TOKEN="*******"
EDITOR="code" # optional

If you're having trouble with this, here is more text to read.