Configure Ghostty, update Opencode DevOps agent, and update git config

This commit is contained in:
2026-03-13 23:11:49 +01:00
parent d726b1b5f9
commit a9366a83e5
3 changed files with 385 additions and 18 deletions

View File

@@ -26,3 +26,9 @@
clean = git-lfs clean -- %f
[init]
defaultBranch = main
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true