From 74178d4612bbae63875aa9dc73a70faf88f3b770 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 17 Apr 2025 09:59:35 +0100 Subject: [PATCH] feat(lazygit): add lazygit config --- config/lazygit/config.yml | 23 +++++++++++++++++++++++ config/lazygit/state.yml | 21 +++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 config/lazygit/config.yml create mode 100644 config/lazygit/state.yml diff --git a/config/lazygit/config.yml b/config/lazygit/config.yml new file mode 100644 index 0000000..beebc1f --- /dev/null +++ b/config/lazygit/config.yml @@ -0,0 +1,23 @@ +theme: + activeBorderColor: + - "#f5e0dc" + - bold + inactiveBorderColor: + - "#a6adc8" + optionsTextColor: + - "#89b4fa" + selectedLineBgColor: + - "#313244" + cherryPickedCommitBgColor: + - "#45475a" + cherryPickedCommitFgColor: + - "#f5e0dc" + unstagedChangesColor: + - "#f38ba8" + defaultFgColor: + - "#cdd6f4" + searchingActiveBorderColor: + - "#f9e2af" + +authorColors: + "*": "#b4befe" diff --git a/config/lazygit/state.yml b/config/lazygit/state.yml new file mode 100644 index 0000000..f46cd03 --- /dev/null +++ b/config/lazygit/state.yml @@ -0,0 +1,21 @@ +lastupdatecheck: 0 +recentrepos: +startuppopupversion: 5 +lastversion: 0.49.0 +customcommandshistory: + - git rebase --continue + - git config pull.ff only + - git merge develop --allow-unrelated-histories + - git merge master develop + - git pull origin master --allow-unrelated-histories + - git submodule update --recursive + - git stash + - git push --tags +hidecommandlog: false +ignorewhitespaceindiffview: true +diffcontextsize: 3 +renamesimilaritythreshold: 50 +localbranchsortorder: recency +remotebranchsortorder: alphabetical +gitlogorder: topo-order +gitlogshowgraph: always