Compare commits

...

1 Commits

Author SHA1 Message Date
coolneng 05600113b3
Create .project file in project-init 2021-10-06 14:44:46 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -38,10 +38,12 @@ elif [ "$type" = "remote-git" ]; then
elif [ "$type" = "doc" ]; then
mkdir docs docs/assets
touch docs/Summary.org
touch .project
elif [ "$type" = "src" ]; then
cp ~/Documents/IT/shell.nix .
mkdir src data
echo "use nix" >.envrc
touch .project
direnv allow
else
usage