some configs

fixed?
This commit is contained in:
2024-07-03 15:44:47 -04:00
parent 602a2b2df1
commit 5e13d048d6
89 changed files with 27403 additions and 0 deletions

5
.scripts/cloc-git Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
git clone --depth 1 "$1" temp-linecount-repo &&
printf "('temp-linecount-repo' will be deleted automatically)\n\n\n" &&
cloc temp-linecount-repo &&
rm -rf temp-linecount-repo