Add missing src option to project-init script

This commit is contained in:
coolneng 2021-03-25 01:16:47 +01:00
parent 2074e1d657
commit 43cad053a6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ elif [ "$type" = "remote-git" ]; then
elif [ "$type" = "doc" ]; then
mkdir docs docs/assets
touch docs/Summary.org
elif [ "$type" = "src" ]; then
cp ~/Documents/IT/shell.nix .
mkdir src data
lorri init
direnv allow
else
usage
fi