#!/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