mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(git): auth HTTP/HTTPS git clone via gh CLI and 1Password CLI
This commit is contained in:
1
Brewfile
1
Brewfile
@@ -24,6 +24,7 @@ brew 'efm-langserver'
|
|||||||
brew 'fd'
|
brew 'fd'
|
||||||
brew 'ffmpeg'
|
brew 'ffmpeg'
|
||||||
brew 'geckodriver'
|
brew 'geckodriver'
|
||||||
|
brew 'gh'
|
||||||
brew 'git'
|
brew 'git'
|
||||||
brew 'git-crypt'
|
brew 'git-crypt'
|
||||||
brew 'git-delta'
|
brew 'git-delta'
|
||||||
|
|||||||
@@ -70,3 +70,9 @@
|
|||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[gitlab]
|
[gitlab]
|
||||||
user = jimeh
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user