diff --git a/scripts/.local/share/scripts/project-init b/scripts/.local/share/scripts/project-init index b146a68..387ac6a 100755 --- a/scripts/.local/share/scripts/project-init +++ b/scripts/.local/share/scripts/project-init @@ -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