added forgit

This commit is contained in:
Moritz Böhme 2021-10-31 19:45:06 +01:00
parent 9b0f85abc5
commit d488882f45
4 changed files with 30 additions and 0 deletions

View file

@ -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"); }

View file

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