this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 37 lines 1.1 kB view raw
1# TODO: look into syncing version with currently installed lazygit 2# yaml-language-server: $schema=https://raw.githubusercontent.com/jesseduffield/lazygit/v0.61.0/schema/config.json 3# https://github.com/jesseduffield/lazygit/blob/v0.60.0/docs/Config.md 4 5git: 6 overrideGpg: true 7 pagers: 8 # delta 9 - colorArg: always 10 pager: ~/Library/Application\ Support/lazygit/delta.sh --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" --line-numbers --paging=never 11 # difftastic 12 - externalDiffCommand: ~/Library/Application\ Support/lazygit/difftastic.sh --color=always 13 truncateCopiedCommitHashesTo: 7 14gui: 15 authorColors: 16 'Patrik Csak': blue 17 '*': default 18 commitHashLength: 7 19 showDivergenceFromBaseBranch: arrowAndNumber 20 showNumstatInFilesView: true 21 spinner: 22 # https://github.com/sindresorhus/cli-spinners/blob/v3.4.0/spinners.json#L2 23 frames: 24 - '⠋' 25 - '⠙' 26 - '⠹' 27 - '⠸' 28 - '⠼' 29 - '⠴' 30 - '⠦' 31 - '⠧' 32 - '⠇' 33 - '⠏' 34 rate: 80 35 theme: 36 selectedLineBgColor: 37 - reverse