diff options
| author | Skullheadx <andrew@andrew-montgomery.dev> | 2026-06-30 12:49:30 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@andrew-montgomery.dev> | 2026-06-30 12:49:30 -0400 |
| commit | 58cfb185ead48b49e0f314109646cd9cb3522046 (patch) | |
| tree | afe0db4919da91996959887adc026c8e3b57f6cf | |
| parent | try git delta (diff) | |
| download | nixos-58cfb185ead48b49e0f314109646cd9cb3522046.tar.gz nixos-58cfb185ead48b49e0f314109646cd9cb3522046.tar.bz2 nixos-58cfb185ead48b49e0f314109646cd9cb3522046.zip | |
lazygit delta paging darwin
| -rw-r--r-- | dotfiles/lazygit/config.yml | 3 | ||||
| -rw-r--r-- | hjem-darwin.nix | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/lazygit/config.yml b/dotfiles/lazygit/config.yml new file mode 100644 index 0000000..75fb4eb --- /dev/null +++ b/dotfiles/lazygit/config.yml @@ -0,0 +1,3 @@ +git: + pagers: + - pager: delta --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" diff --git a/hjem-darwin.nix b/hjem-darwin.nix index b066259..353a724 100644 --- a/hjem-darwin.nix +++ b/hjem-darwin.nix @@ -12,6 +12,7 @@ files = { ".config/ghostty/config.ghostty".source = ./dotfiles/ghostty/config.ghostty; ".config/git/config".source = ./dotfiles/git/config; + "Library/Application Support/lazygit/config.yml".source = ./dotfiles/lazygit/config.yml; }; packages = with pkgs; [ |
