allgreed / templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#TODO: repo-name
TODO: Repo description

## Usage
For now go for [dev](#dev)

## Dev

### Prerequisites
- [nix](https://nixos.org/download.html)
- `direnv` (`nix-env -iA nixpkgs.direnv`)
- [configured direnv shell hook ](https://direnv.net/docs/hook.html)
- some form of `make` (`nix-env -iA nixpkgs.gnumake`)

Hint: if something doesn't work because of missing package please add the package to `default.nix` instead of installing it on your computer. Why solve the problem for one if you can solve the problem for all? ;)

### One-time setup
```
make init
```

### Everything
```
make help
```

About


Languages

Language:Makefile 48.0%Language:Nix 40.5%Language:Python 7.6%Language:Shell 3.9%