adding tuigreet, lots of small changes all over

This commit is contained in:
Matt Nish-Lapidus 2025-02-21 16:46:10 -05:00
parent 01f0129c2f
commit d9be121700
6 changed files with 78 additions and 9 deletions

View file

@ -115,6 +115,11 @@
defaultBranch = "main";
};
};
aliases = {
co = "checkout";
cm = "commit -m";
aa = "add .";
};
};
};