docs: Update readme and add headless packages
This commit is contained in:
parent
afac310f21
commit
af374b825b
2 changed files with 25 additions and 7 deletions
21
README.md
21
README.md
|
@ -21,6 +21,9 @@ run `(sudo) ansible-playbook -i inv-chroot.yaml play.yaml`, or a tagged version.
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
- [ ] printing
|
- [ ] printing
|
||||||
|
- [ ] scanning
|
||||||
|
- scantopaperless needs 'ImageMagick' pkg
|
||||||
|
- sane & sane-airscan
|
||||||
- [x] audio
|
- [x] audio
|
||||||
- [ ] arduino/iot
|
- [ ] arduino/iot
|
||||||
- [ ] vpn
|
- [ ] vpn
|
||||||
|
@ -40,15 +43,21 @@ run `(sudo) ansible-playbook -i inv-chroot.yaml play.yaml`, or a tagged version.
|
||||||
|
|
||||||
## Package wishlist
|
## Package wishlist
|
||||||
|
|
||||||
packages to build xbps-src style:
|
Packages I found but did not yet set up:
|
||||||
|
- incus
|
||||||
|
|
||||||
|
Packages I didn't find in repos:
|
||||||
|
- [ ] bemoji!
|
||||||
|
- [ ] bugwarrior
|
||||||
|
- [ ] viddy
|
||||||
|
- [ ] netbird / protonvpn / piactl
|
||||||
|
|
||||||
|
packages built xbps-src style:
|
||||||
- [x] filtile (src)
|
- [x] filtile (src)
|
||||||
- [x] dotter (src)
|
- [x] dotter (src)
|
||||||
- [x] git-bug (src)
|
- [x] git-bug (src)
|
||||||
- [ ] bemoji!
|
|
||||||
- [~] git-delta
|
- [~] git-delta
|
||||||
- [ ] bugwarrior
|
|
||||||
- [ ] viddy
|
|
||||||
- [ ] netbird
|
|
||||||
|
|
||||||
- wifi setup
|
- packages to investigate:
|
||||||
- [ ] impala (iwd TUI)
|
- [ ] impala (iwd TUI)
|
||||||
|
- [ ] localsend
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
|
packages_voidspecific:
|
||||||
|
- xmirror
|
||||||
|
- xtools
|
||||||
|
|
||||||
packages_terminal:
|
packages_terminal:
|
||||||
- abduco
|
- abduco
|
||||||
- ansible # FIXME: not in other inventory, see how to deduplicate to keep DRY
|
- ansible
|
||||||
- atuin
|
- atuin
|
||||||
- autofs
|
- autofs
|
||||||
- bat
|
- bat
|
||||||
|
@ -22,6 +26,8 @@ packages_terminal:
|
||||||
- git-lfs
|
- git-lfs
|
||||||
- htop
|
- htop
|
||||||
- iftop
|
- iftop
|
||||||
|
- ImageMagick
|
||||||
|
- incus
|
||||||
- jrnl
|
- jrnl
|
||||||
- khal
|
- khal
|
||||||
- khard
|
- khard
|
||||||
|
@ -38,6 +44,8 @@ packages_terminal:
|
||||||
- restic
|
- restic
|
||||||
- ripgrep
|
- ripgrep
|
||||||
- sc-im
|
- sc-im
|
||||||
|
- sane
|
||||||
|
- sane-airscan
|
||||||
- snooze
|
- snooze
|
||||||
- starship
|
- starship
|
||||||
- swaybg
|
- swaybg
|
||||||
|
@ -48,6 +56,7 @@ packages_terminal:
|
||||||
- thermald
|
- thermald
|
||||||
- timewarrior
|
- timewarrior
|
||||||
- topgrade
|
- topgrade
|
||||||
|
- translate-shell
|
||||||
- uv
|
- uv
|
||||||
- vdirsyncer
|
- vdirsyncer
|
||||||
- vifm
|
- vifm
|
||||||
|
|
Loading…
Reference in a new issue