diff --git a/scripts/.local/share/scripts/project-init b/scripts/.local/share/scripts/project-init index 34a54b7..021d8ae 100755 --- a/scripts/.local/share/scripts/project-init +++ b/scripts/.local/share/scripts/project-init @@ -38,9 +38,11 @@ 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 + touch .project echo "use nix" >.envrc direnv allow else