update flake, change kernelPackage to latest, change lock key to laptop, add autoSetupRemote to git configs
This commit is contained in:
@ -5,8 +5,11 @@
|
||||
enable = true;
|
||||
userEmail = "tomoron@student.42angouleme.fr";
|
||||
userName = "tomoron";
|
||||
extraConfig.init.defaultBranch="master";
|
||||
extraConfig.pull.rebase = true;
|
||||
extraConfig = {
|
||||
init.defaultBranch="master";
|
||||
pull.rebase = true;
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
aliases = {
|
||||
fuck = "!f() { git reset --hard \"@{upstream}\" && git restore . && git clean -f .; };f";
|
||||
back = "reset HEAD~";
|
||||
|
Reference in New Issue
Block a user