5 lines
86 B
Bash
5 lines
86 B
Bash
#!/bin/env sh
|
|
|
|
yay -S --needed vimiv
|
|
|
|
xdg-mime default vimiv.default image/{png,jpeg}
|