This commit is contained in:
caandt 2025-01-01 19:19:34 -05:00
parent ef2609caab
commit f794822a36
4 changed files with 14 additions and 0 deletions

View file

@ -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

View file

@ -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;

View 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>

View file

@ -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]))