lazygit
This commit is contained in:
parent
ef2609caab
commit
f794822a36
|
|
@ -48,6 +48,7 @@ alias gs='git status'
|
|||
alias ga='git add'
|
||||
alias gap='git add -p'
|
||||
alias gr='git reset'
|
||||
alias lg='lazygit'
|
||||
|
||||
# pacman aliases
|
||||
if _exists pacman; then
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ in {
|
|||
source ~/.config/gdb/gdbinit.py
|
||||
'';
|
||||
xdg.configFile.git.source = ./git;
|
||||
xdg.configFile.lazygit.source = ./lazygit;
|
||||
xdg.configFile.lsd.source = ./lsd;
|
||||
xdg.configFile.picom.source = ./picom;
|
||||
xdg.configFile.pwninit.source = ./pwninit;
|
||||
|
|
|
|||
11
user/config/lazygit/config.yml
Normal file
11
user/config/lazygit/config.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
quitOnTopLevelReturn: true
|
||||
update:
|
||||
method: never
|
||||
promptToReturnFromSubprocess: false
|
||||
os:
|
||||
edit: "nvim {{filename}}"
|
||||
editAtLine: "nvim {{filename}} +{{line}}"
|
||||
open: "nvim {{filename}}"
|
||||
keybinding:
|
||||
universal:
|
||||
quit: <disabled>
|
||||
|
|
@ -23,6 +23,7 @@ lib.mkIf config.u.has.prog {
|
|||
pwndbg
|
||||
pwninit
|
||||
patchelf
|
||||
lazygit
|
||||
]
|
||||
++ lib.optionals config.u.has.graphical [
|
||||
(cutter.withPlugins (ps: with ps; [jsdec rz-ghidra sigdb]))
|
||||
|
|
|
|||
Loading…
Reference in a new issue