add jujutsu with zsh config

This commit is contained in:
2025-04-05 18:49:04 +02:00
parent 0cf3095d75
commit 94d7e8ea5a
2 changed files with 4912 additions and 5 deletions

View File

@@ -86,6 +86,7 @@ in {
python312Packages.debugpy
lldb
nodePackages.prettier
jujutsu
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage
@@ -946,11 +947,6 @@ in {
};
defaultKeymap = "viins";
initExtra = ''
bindkey -v
bindkey -M viins 'jk' vi-cmd-mode
export TERM=xterm-256color
'';
zsh-abbr.enable = true;
@@ -1005,6 +1001,11 @@ in {
"cursor" = "standout";
};
};
initExtra = ''
bindkey -v
export TERM=xterm-256color
'' + "\n" + builtins.readFile ./jujutsuzsh.lotsofcode;
};
programs.git = {

4906
jujutsuzsh.lotsofcode Normal file

File diff suppressed because it is too large Load Diff