Added git credential helper; removed gh
This commit is contained in:
parent
664594c064
commit
45cc3df817
3 changed files with 13 additions and 2 deletions
|
|
@ -2,11 +2,12 @@
|
|||
imports = [
|
||||
./direnv.nix
|
||||
./fish.nix
|
||||
./git.nix
|
||||
./other.nix
|
||||
./repl
|
||||
./starship.nix
|
||||
./transfer.nix
|
||||
./yazi.nix
|
||||
./zoxide.nix
|
||||
./transfer.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
11
home/shell/git.nix
Normal file
11
home/shell/git.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
userEmail = "jurnwubben@gmail.com";
|
||||
userName = "Jurn Wubben";
|
||||
extraConfig.push.autoSetupRemote = true;
|
||||
};
|
||||
git-credential-oauth = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -7,7 +7,6 @@
|
|||
}: {
|
||||
home.packages =
|
||||
[
|
||||
pkgs.gh
|
||||
pkgs.ripgrep
|
||||
pkgs.p7zip
|
||||
pkgs.usbutils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue