mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:06:41 +00:00
feat(git/config): add mergiraf
This commit is contained in:
1
Brewfile
1
Brewfile
@@ -37,6 +37,7 @@ brew 'libyaml'
|
|||||||
brew 'logrotate'
|
brew 'logrotate'
|
||||||
brew 'make'
|
brew 'make'
|
||||||
brew 'mas'
|
brew 'mas'
|
||||||
|
brew 'mergiraf'
|
||||||
brew 'mosh'
|
brew 'mosh'
|
||||||
brew 'node'
|
brew 'node'
|
||||||
brew 'pandoc'
|
brew 'pandoc'
|
||||||
|
|||||||
1
gitattributes
Normal file
1
gitattributes
Normal file
@@ -0,0 +1 @@
|
|||||||
|
merge=mergiraf
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
[tag]
|
[tag]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[core]
|
[core]
|
||||||
|
attributesfile = ~/.gitattributes
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
[color]
|
[color]
|
||||||
status = auto
|
status = auto
|
||||||
@@ -76,13 +77,12 @@
|
|||||||
[credential "https://gist.github.com"]
|
[credential "https://gist.github.com"]
|
||||||
helper =
|
helper =
|
||||||
helper = !op plugin run -- gh auth git-credential
|
helper = !op plugin run -- gh auth git-credential
|
||||||
[merge]
|
[merge "mergiraf"]
|
||||||
tool = Kaleidoscope
|
name = mergiraf
|
||||||
|
driver = mergiraf merge --git %O %A %B -s %S -x %X -y %Y -p %P -l %L
|
||||||
[mergetool "Kaleidoscope"]
|
[mergetool "Kaleidoscope"]
|
||||||
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
|
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
|
||||||
trustExitCode = true
|
trustExitCode = true
|
||||||
[mergetool]
|
|
||||||
prompt = false
|
|
||||||
[gitbutler]
|
[gitbutler]
|
||||||
aiModelProvider = anthropic
|
aiModelProvider = anthropic
|
||||||
aiAnthropicKeyOption = bringYourOwn
|
aiAnthropicKeyOption = bringYourOwn
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ SYMLINKS=(
|
|||||||
config/k9s
|
config/k9s
|
||||||
erlang
|
erlang
|
||||||
gemrc
|
gemrc
|
||||||
|
gitattributes
|
||||||
gitconfig
|
gitconfig
|
||||||
gitignore
|
gitignore
|
||||||
hammerspoon
|
hammerspoon
|
||||||
|
|||||||
Reference in New Issue
Block a user