Add missing src option to project-init script
This commit is contained in:
parent
2074e1d657
commit
43cad053a6
|
@ -36,6 +36,11 @@ elif [ "$type" = "remote-git" ]; then
|
||||||
elif [ "$type" = "doc" ]; then
|
elif [ "$type" = "doc" ]; then
|
||||||
mkdir docs docs/assets
|
mkdir docs docs/assets
|
||||||
touch docs/Summary.org
|
touch docs/Summary.org
|
||||||
|
elif [ "$type" = "src" ]; then
|
||||||
|
cp ~/Documents/IT/shell.nix .
|
||||||
|
mkdir src data
|
||||||
|
lorri init
|
||||||
|
direnv allow
|
||||||
else
|
else
|
||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue