feat(mac): add git-credential-oauth
This commit is contained in:
parent
e6d08e26c5
commit
3f3c4393f8
@ -15,6 +15,7 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
firebird-emu
|
firebird-emu
|
||||||
|
git-credential-oauth
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
@ -37,7 +38,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.git.extraConfig.credential.helper = "osxkeychain";
|
programs.git.extraConfig.credential.helper = [
|
||||||
|
"osxkeychain"
|
||||||
|
"oauth"
|
||||||
|
];
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user