setting up zsh and starship

This commit is contained in:
Richie Cahill
2024-04-17 18:50:59 -04:00
parent 7b42fac27d
commit ee80ff285e
6 changed files with 49 additions and 2 deletions

View File

@ -0,0 +1,7 @@
{
programs.git = {
enable = true;
userEmail = "Richie@tmmworkshop.com";
userName = "Richie Cahill";
};
}