| Commit message (Collapse) | Author |
|
|
|
This change also ensures that this repo is reuse-3.0 compliant.
|
|
The command was:
```
deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim
```
|
|
|
|
|
|
Otherwise, the `neorg dmenu` started by river would provide nothing to
select.
|
|
This includes a near rewrite `river-mk-keymap` (previously,
`river_init_lesser`.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is mostly done because of convenience:
Synchronizing the full steam files is just cumbersome.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|