non important commit

This commit is contained in:
maxstrb 2025-09-26 17:12:10 +02:00
parent a430b89bd6
commit a3b8ad0360

View file

@ -36,7 +36,9 @@
mkdir $name
cd $name
cp $"~/.nix-config/home/modules/create-project/project-blueprints/($type)/*" .
if (ls $"~/.nix-config/home/modules/create-project/project-blueprints/($type)/*" | length) > 0 {
cp $"~/.nix-config/home/modules/create-project/project-blueprints/($type)/*" .
}
if ($"./init.sh" | path type) == "file" {
bash "init.sh"