Skip to content

Commit

Permalink
gitconfig: fix brew update on taps with conditional ssh key
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jan 28, 2025
1 parent 7468b4d commit a8469eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,11 @@
[includeIf "gitdir:~/truelayer/"]
path = ~/.gitconfig-tl.inc
[includeIf "gitdir:/opt/homebrew/Library/Taps/truelayer/"]
# this is annoyingly not picked up on by brew update, but you can still brew install truelayer/internal/X
path = ~/.gitconfig-tl.inc
; needed for brew tap to work
path = ~/.gitconfig-tl.inc
[includeIf "hasconfig:remote.*.url:https://github.com/truelayer/**"]
; needed for brew update to work on taps
path = ~/.gitconfig-tl.inc
; include for all repositories inside ~/repos and ~/kube
[includeIf "gitdir:~/repos/"]
path = ~/.gitconfig-clux.inc
Expand Down

0 comments on commit a8469eb

Please sign in to comment.