Skip to content

Commit

Permalink
feat(symlinks): add delta as git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Sep 10, 2024
1 parent 6af73db commit 3622f15
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions symlinks/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@

[core]
excludesfile = ~/.gitignore
pager = delta

[commit]
template = ~/.gitmessage

[interactive]
diffFilter = delta --color-only

[delta]
navigate = true # use n and N to move between diff sections
side-by-side = true
line-numbers = true
hyperlinks = true

[merge]
conflictstyle = diff3

[alias]

st = status
Expand Down
1 change: 1 addition & 0 deletions tools/macos/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ brew "asdf"
brew "autojump"
brew "bat"
brew "curl"
brew "delta"
brew "detox"
brew "dust"
brew "eza"
Expand Down

0 comments on commit 3622f15

Please sign in to comment.