non important commit
This commit is contained in:
parent
a430b89bd6
commit
a3b8ad0360
1 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@
|
||||||
mkdir $name
|
mkdir $name
|
||||||
cd $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" {
|
if ($"./init.sh" | path type) == "file" {
|
||||||
bash "init.sh"
|
bash "init.sh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue