update git config
This commit is contained in:
parent
a29292169d
commit
e991a0611c
1 changed files with 19 additions and 15 deletions
|
|
@ -7,8 +7,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
||||||
userName = "Emile Clark-Boman";
|
userName = "_cry64";
|
||||||
userEmail = "eclarkboman@gmail.com";
|
userEmail = "them@dobutterfliescry.net";
|
||||||
|
|
||||||
|
signing = {
|
||||||
|
key = "F68745A836CA0412";
|
||||||
|
format = "openpgp";
|
||||||
|
signByDefault = true;
|
||||||
|
};
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
s = "status";
|
s = "status";
|
||||||
|
|
@ -21,7 +27,7 @@
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
color.ui = true;
|
color.ui = true;
|
||||||
core.editor = "hx";
|
core.editor = "hx";
|
||||||
github.user = "emileclarkb";
|
github.user = "cry128";
|
||||||
|
|
||||||
init = {
|
init = {
|
||||||
defaultBranch = "main";
|
defaultBranch = "main";
|
||||||
|
|
@ -39,22 +45,16 @@
|
||||||
"gitlab:"
|
"gitlab:"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"git@github.com:/Agribit/" = {
|
"git@codeberg.org:" = {
|
||||||
insteadOf = [
|
insteadOf = [
|
||||||
"agri:"
|
"cb:"
|
||||||
"Agri:"
|
"codeberg:"
|
||||||
"agribit:"
|
|
||||||
"Agribit:"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"ssh://forgejo@forge.imbored.dev:2222/" = {
|
"forgejo@forge.dobutterfliescry.net:2222/" = {
|
||||||
insteadOf = [
|
insteadOf = [
|
||||||
"forge"
|
"cry:"
|
||||||
];
|
"forge:"
|
||||||
};
|
|
||||||
"ssh://forgejo@forge.imbored.dev:2222/emileclarkb/" = {
|
|
||||||
insteadOf = [
|
|
||||||
"cry"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -65,6 +65,10 @@
|
||||||
path = "/home/me/agribit/.gitconfig";
|
path = "/home/me/agribit/.gitconfig";
|
||||||
condition = "gitdir:/home/me/agribit/**";
|
condition = "gitdir:/home/me/agribit/**";
|
||||||
}
|
}
|
||||||
|
# {
|
||||||
|
# path = "/home/me/luminary/.gitconfig";
|
||||||
|
# condition = "gitdir:/home/me/luminary/**";
|
||||||
|
# }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue