feat: add some tools

This commit is contained in:
2025-09-10 23:22:57 +09:00
parent 6ef275870d
commit d41f27f465
13 changed files with 404 additions and 20 deletions

View File

@@ -10,6 +10,7 @@
credential.credentialStore = "store";
init.defaultBranch = "main";
core.editor = "nvim";
push.autoSetupRemote = true;
};
};
}