6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Menu with AUR packages.
|
|
|
|
yay -Slq | fzf -m --preview 'yay -Si {1}' --height 45% | yay -S -
|