added forgit
This commit is contained in:
parent
9b0f85abc5
commit
d488882f45
4 changed files with 30 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ let
|
|||
userName = "MoritzBoehme";
|
||||
userEmail = "mr.x@moritzboeh.me";
|
||||
extraConfig = { init.defaultBranch = "main"; };
|
||||
delta.enable = true;
|
||||
};
|
||||
});
|
||||
in { home-manager.users.moritz = { ... }: (base "/home/moritz"); }
|
||||
|
|
|
|||
|
|
@ -16,9 +16,17 @@ let
|
|||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
initExtra = ''export DIRENV_LOG_FORMAT=""'';
|
||||
plugins = [{
|
||||
name = "forgit";
|
||||
src = inputs.forgit-git;
|
||||
}];
|
||||
};
|
||||
exa.enable = true;
|
||||
bat.enable = true;
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
starship = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue