12 lines
195 B
Bash
Executable File
12 lines
195 B
Bash
Executable File
#!/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
|