1
0
Fork 0
mirror of https://github.com/tylernguyen/dotfiles.git synced 2025-02-05 01:03:15 -06:00
dotfiles/.chezmoi.toml.tmpl

20 lines
391 B
Cheetah
Raw Permalink Normal View History

2024-06-05 18:03:49 -05:00
[data]
name = "Tyler Nguyen"
email = "{{ onepasswordRead "op://Private/Tyler Nguyen/Identification/Public Email" }}"
[edit]
command = "code"
args = ["--wait"]
[diff]
tool = default-difftool
[difftool "default-difftool"]
cmd = code --wait --diff $LOCAL $REMOTE
2024-06-05 18:03:49 -05:00
[merge]
tool = code
[mergetool "code"]
cmd = code --wait --merge $REMOTE $LOCAL $BASE $MERGED