reorganized to fix ordering with the 10nth folder

This commit is contained in:
aminnairi
2025-11-08 20:52:07 +01:00
parent b194ae5efb
commit f969ff97c7
10 changed files with 0 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
ensure_git_configuration_set "user.name" \
&& ensure_git_configuration_set "user.email" \
&& ensure_git_configuration_set "init.defaultbranch" \
&& ensure_root_git_configuration_set "user.name" \
&& ensure_root_git_configuration_set "user.email" \
&& ensure_root_git_configuration_set "init.defaultbranch" \
&& ensure_ssh_key_installed