nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit d779b716e1024dde5f7994ca303636a39d5d07f6
parent be962726f3d2cf93ad95b3982b05cbb818df892c
Author: mtmn <miro@haravara.org>
Date:   Sat, 11 Apr 2026 22:16:58 +0200

dotfiles: add lazygit

Diffstat:
Amodules/mixins/dotfiles/config/lazygit/config.yml | 24++++++++++++++++++++++++
Mmodules/mixins/dotfiles/config/shell/rc/aliased-short-names | 2++
2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/modules/mixins/dotfiles/config/lazygit/config.yml b/modules/mixins/dotfiles/config/lazygit/config.yml @@ -0,0 +1,24 @@ +gui: + theme: + activeBorderColor: + - '#ccaaee' # cursor accent (purple) + - bold + inactiveBorderColor: + - '#332d38' # regular0 (dark) + searchingActiveBorderColor: + - '#c0b080' # regular3 (yellow) + - bold + optionsTextColor: + - '#9fbfe7' # regular4 (blue) + selectedLineBgColor: + - '#50447f' # selection-background + selectedRangeBgColor: + - '#50447f' # selection-background + cherryPickedCommitBgColor: + - '#a0c0d0' # regular6 (cyan) + cherryPickedCommitFgColor: + - '#000000' # background + unstagedChangesColor: + - '#eca28f' # regular1 (red/salmon) + defaultFgColor: + - '#ffffff' # foreground diff --git a/modules/mixins/dotfiles/config/shell/rc/aliased-short-names b/modules/mixins/dotfiles/config/shell/rc/aliased-short-names @@ -5,7 +5,9 @@ alias fg='cdg && magdalena look-file && cd -' alias f='magdalena look-file' alias p='pmn' + alias l='ls' +alias lg='lazygit' alias tailup='tailscale up --login-server https://head.saatana.cat:443' alias metailup='tailscale up --login-server https://hs.metafori.com:443'