diff --git a/Brewfile b/Brewfile index 6420e44..3a4d116 100644 --- a/Brewfile +++ b/Brewfile @@ -24,6 +24,7 @@ brew 'efm-langserver' brew 'fd' brew 'ffmpeg' brew 'geckodriver' +brew 'gh' brew 'git' brew 'git-crypt' brew 'git-delta' diff --git a/gitconfig b/gitconfig index a979bd6..dc2ba67 100644 --- a/gitconfig +++ b/gitconfig @@ -70,3 +70,9 @@ defaultBranch = main [gitlab] user = jimeh +[credential "https://github.com"] + helper = + helper = !op plugin run -- gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !op plugin run -- gh auth git-credential