mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
Modular stow folders. Replaced kitty with alacritty
This commit is contained in:
36
cli/.config/lazygit/config.yml
Normal file
36
cli/.config/lazygit/config.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
customCommands:
|
||||
- key: 'U'
|
||||
context: 'status'
|
||||
command: "xdg-open https://$(git remote get-url origin | tr @ '\n' | grep : | tr : / | rev | cut -c5- | rev)"
|
||||
description: 'open the remote url in smime'
|
||||
|
||||
notARepository: 'skip'
|
||||
|
||||
promptToReturnFromSubprocess: false
|
||||
|
||||
gui:
|
||||
skipDiscardChangeWarning: true
|
||||
theme:
|
||||
activeBorderColor:
|
||||
- '#eba0ac'
|
||||
- bold
|
||||
inactiveBorderColor:
|
||||
- '#a6adc8'
|
||||
optionsTextColor:
|
||||
- '#89b4fa'
|
||||
selectedLineBgColor:
|
||||
- '#313244'
|
||||
cherryPickedCommitBgColor:
|
||||
- '#45475a'
|
||||
cherryPickedCommitFgColor:
|
||||
- '#eba0ac'
|
||||
unstagedChangesColor:
|
||||
- '#f38ba8'
|
||||
defaultFgColor:
|
||||
- '#cdd6f4'
|
||||
searchingActiveBorderColor:
|
||||
- '#f9e2af'
|
||||
|
||||
authorColors:
|
||||
'*': '#b4befe'
|
||||
showFileTree: false
|
||||
Reference in New Issue
Block a user