From c05ca4cb355243a4c87ba070f42536a2b0622ee7 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 8 May 2024 14:27:43 +0200 Subject: [PATCH] adding lazygit config --- lazygit/config.yml | 28 ++++++++++++++++++++++++++++ symlink.sh | 1 + 2 files changed, 29 insertions(+) create mode 100644 lazygit/config.yml diff --git a/lazygit/config.yml b/lazygit/config.yml new file mode 100644 index 0000000..44fcb20 --- /dev/null +++ b/lazygit/config.yml @@ -0,0 +1,28 @@ +gui: + border: single + nerdFontsVersion: 3 + timeFormat: Jan 2 15:04:05 2006 MST + shortTimeFormat: 15:04:05 + theme: + activeBorderColor: + - blue + - bold + inactiveBorderColor: + - grey + searchingActiveBorderColor: + - cyan + - bold + optionsTextColor: + - blue + selectedLineBgColor: + - blue + cherryPickedCommitBgColor: + - cyan + cherryPickedCommitFgColor: + - blue + unstagedChangesColor: + - red + defaultFgColor: + - default +git: + branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --pretty=medium {{branchName}} --' diff --git a/symlink.sh b/symlink.sh index 89c23f1..cddea7a 100755 --- a/symlink.sh +++ b/symlink.sh @@ -10,6 +10,7 @@ DIRECTORIES=( i3status rofi smartgit + lazygit ) for target in ${DIRECTORIES[@]}; do