non important commit

This commit is contained in:
maxstrb 2025-12-30 11:24:22 +01:00
parent 4d0e98e39e
commit 0c88f03f7d
2 changed files with 2 additions and 6 deletions

View file

@ -48,9 +48,6 @@
direnv allow direnv allow
git init git init
echo "\n.direnv" | save .gitignore --append
git add . git add .
git commit -m "Project setup" git commit -m "Project setup"
@ -59,8 +56,8 @@
exit 0 exit 0
} }
tea repos create --name $name ${pkgs.tea} repos create --name $name
git remote add origin $"https://git.silvers.fun/max_ag/($name).git" git remote add origin $"https://git.stribrny.org/max_ag/($name).git"
git push -u origin main git push -u origin main
print "You are all done" print "You are all done"

View file

@ -8,7 +8,6 @@
btop btop
fastfetch fastfetch
oh-my-posh oh-my-posh
tea
]; ];
gtk.enable = true; gtk.enable = true;