Add vcs-init script
This commit is contained in:
11
scripts/.local/share/scripts/vcs-init
Executable file
11
scripts/.local/share/scripts/vcs-init
Executable 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
|
||||
Reference in New Issue
Block a user