Ship ueberzugpp with packaged installs
This commit is contained in:
parent
d94365cc56
commit
ded9b9fdfb
4 changed files with 13 additions and 1 deletions
|
|
@ -73,6 +73,8 @@ Install into user profile:
|
|||
nix profile add github:vrubelroman/vcom?ref=v0.1.5
|
||||
```
|
||||
|
||||
The Nix package wraps `vcom` with `ueberzugpp` in `PATH`, so image preview works in non-`kitty` terminals out of the box.
|
||||
|
||||
### Debian / Ubuntu
|
||||
|
||||
Download the release `.deb` for `v0.1.5`, then install:
|
||||
|
|
@ -81,6 +83,8 @@ Download the release `.deb` for `v0.1.5`, then install:
|
|||
sudo apt install ./vcom_0.1.5_amd64.deb
|
||||
```
|
||||
|
||||
The Debian package declares `ueberzugpp` as a dependency for image preview outside `kitty`.
|
||||
|
||||
Install a Nerd Font (example):
|
||||
|
||||
```bash
|
||||
|
|
@ -100,6 +104,8 @@ A `PKGBUILD` is included in the repository:
|
|||
makepkg -si
|
||||
```
|
||||
|
||||
The Arch package depends on `ueberzugpp`, so non-`kitty` image preview is installed together with `vcom`.
|
||||
|
||||
## Configuration
|
||||
|
||||
Optional config lookup order:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue