feat: config file, closes #47

Enable use of a config file, with custom keymap and custom colours
This commit is contained in:
Jack Wills
2025-02-16 12:53:54 +00:00
parent 4539d8ad07
commit f4d54e1ba8
37 changed files with 8725 additions and 3879 deletions
+2 -2
View File
@@ -186,11 +186,11 @@ docker compose -f ./docker/docker-compose.yml up -d
or individually
```shell
docker run --name redis -d redis:alpine3.19
docker run --name redis -d redis:alpine3.21
```
```shell
docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine3.19
docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine3.21
```
```shell