lazygit
This commit is contained in:
parent
ef2609caab
commit
f794822a36
|
|
@ -48,6 +48,7 @@ alias gs='git status'
|
||||||
alias ga='git add'
|
alias ga='git add'
|
||||||
alias gap='git add -p'
|
alias gap='git add -p'
|
||||||
alias gr='git reset'
|
alias gr='git reset'
|
||||||
|
alias lg='lazygit'
|
||||||
|
|
||||||
# pacman aliases
|
# pacman aliases
|
||||||
if _exists pacman; then
|
if _exists pacman; then
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ in {
|
||||||
source ~/.config/gdb/gdbinit.py
|
source ~/.config/gdb/gdbinit.py
|
||||||
'';
|
'';
|
||||||
xdg.configFile.git.source = ./git;
|
xdg.configFile.git.source = ./git;
|
||||||
|
xdg.configFile.lazygit.source = ./lazygit;
|
||||||
xdg.configFile.lsd.source = ./lsd;
|
xdg.configFile.lsd.source = ./lsd;
|
||||||
xdg.configFile.picom.source = ./picom;
|
xdg.configFile.picom.source = ./picom;
|
||||||
xdg.configFile.pwninit.source = ./pwninit;
|
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
|
pwndbg
|
||||||
pwninit
|
pwninit
|
||||||
patchelf
|
patchelf
|
||||||
|
lazygit
|
||||||
]
|
]
|
||||||
++ lib.optionals config.u.has.graphical [
|
++ lib.optionals config.u.has.graphical [
|
||||||
(cutter.withPlugins (ps: with ps; [jsdec rz-ghidra sigdb]))
|
(cutter.withPlugins (ps: with ps; [jsdec rz-ghidra sigdb]))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue