diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index a2b897e..9221c8e 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,6 +1,7 @@ refresher: refreshInterval: 60 gui: + useHunkModeInStagingView: false mainPanelSplitMode: "horizontal" theme: selectedLineBgColor: diff --git a/Library/Application Support/lazygit/config.yml b/Library/Application Support/lazygit/config.yml new file mode 100644 index 0000000..fb2c90a --- /dev/null +++ b/Library/Application Support/lazygit/config.yml @@ -0,0 +1,16 @@ +refresher: + refreshInterval: 60 +gui: + useHunkModeInStagingView: false + mainPanelSplitMode: "horizontal" + theme: + selectedLineBgColor: + - "#413660" +git: + autoFetch: true + pagers: + - colorArg: always + commit: + signOff: true + pull: + mode: "rebase"