mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-19 16:00:41 +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
|
python312Packages.debugpy
|
||||||
lldb
|
lldb
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
|
jujutsu
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
@@ -946,11 +947,6 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
defaultKeymap = "viins";
|
defaultKeymap = "viins";
|
||||||
initExtra = ''
|
|
||||||
bindkey -v
|
|
||||||
bindkey -M viins 'jk' vi-cmd-mode
|
|
||||||
export TERM=xterm-256color
|
|
||||||
'';
|
|
||||||
|
|
||||||
zsh-abbr.enable = true;
|
zsh-abbr.enable = true;
|
||||||
|
|
||||||
@@ -1005,6 +1001,11 @@ in {
|
|||||||
"cursor" = "standout";
|
"cursor" = "standout";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
initExtra = ''
|
||||||
|
bindkey -v
|
||||||
|
export TERM=xterm-256color
|
||||||
|
'' + "\n" + builtins.readFile ./jujutsuzsh.lotsofcode;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.git = {
|
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