mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-17 02:04:10 +00:00
Add lazygit config with delta syntax highlighting
This commit is contained in:
parent
42064834a6
commit
a1f52ffbfe
2 changed files with 5 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
STOW_PACKAGES = zsh git nvim tmux karabiner ghostty claude
|
STOW_PACKAGES = zsh git nvim tmux karabiner ghostty claude lazygit
|
||||||
|
|
||||||
install:
|
install:
|
||||||
brew install stow
|
brew install stow
|
||||||
|
|
|
||||||
4
lazygit/.config/lazygit/config.yml
Normal file
4
lazygit/.config/lazygit/config.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
git:
|
||||||
|
paging:
|
||||||
|
pager: delta --dark --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}"
|
||||||
|
colorArg: always
|
||||||
Loading…
Add table
Add a link
Reference in a new issue