theme and scripts

This commit is contained in:
Harivansh Rathi 2026-03-20 14:22:40 -04:00
parent deade2bafb
commit 7ae7c1ceec
17 changed files with 575 additions and 270 deletions

9
scripts/ga.sh Normal file
View file

@ -0,0 +1,9 @@
if [[ $# -eq 0 ]]; then
git add .
else
git add "$@"
fi
if command -v critic >/dev/null 2>&1; then
( critic review 2>/dev/null & )
fi