Add vcs-init script

This commit is contained in:
2020-10-27 13:12:44 +01:00
parent f39e3e50de
commit b8a1eec4df

View File

@@ -0,0 +1,11 @@
#!/bin/sh
git init
touch README.org
cp ~/Documents/IT/gpl-3.0.md LICENSE.md
cp ~/Documents/IT/shell.nix .
mkdir src tests data
git add ./*
git commit -m "Initial commit"
lorri init
direnv allow