Skip to content

Commit

Permalink
git: add delta
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Dec 20, 2024
1 parent e2cda5a commit 2c3f204
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@

[delta]
line-numbers = true
side-by-side = true
navigate = true

[merge]
conflictstyle = zdiff3

[ghq]
root = ~/workspace
Expand Down
1 change: 1 addition & 0 deletions config/homebrew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ brew "fd"
brew "fzf"
brew "ghq"
brew "git"
brew "git-delta"
brew "gnu-sed"
brew "gnupg"
brew "grep"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-sheldon.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ else
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | /bin/sh -s -- -y --no-modify-path
fi

"$CARGO_HOME/bin/cargo" install sheldon
"$CARGO_HOME/bin/cargo" install sheldon git-delta

0 comments on commit 2c3f204

Please sign in to comment.