Add vcs-init script
This commit is contained in:
parent
f39e3e50de
commit
b8a1eec4df
|
@ -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
|
Loading…
Reference in New Issue