mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-19 08:00:23 +01:00
add jujutsu with zsh config
This commit is contained in:
11
home.nix
11
home.nix
@@ -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
4906
jujutsuzsh.lotsofcode
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user