minus-squareBankenstein@feddit.deOPtoUnixporn@lemmy.ml•[i3] (EndeavourOS) First rice!linkfedilinkarrow-up2·1 year agoFinally someone asked about that! That’s an alias I made (with some help from the Arch Wiki) that lets me search the AUR for a package using fzf and then install it. alias get="paru -Slq | fzf --preview 'paru -Si {}' --layout=reverse --bind 'enter:execute(paru -S {})+accept'" (replace paru with your AUR helper of choice if different, requires fzf) Also, my neovim config is available in the link! linkfedilink
Bankenstein@feddit.de to Unixporn@lemmy.ml · 1 year ago[i3] (EndeavourOS) First rice!plus-squarefeddit.deimagemessage-square2fedilinkarrow-up19arrow-down10
arrow-up19arrow-down1image[i3] (EndeavourOS) First rice!plus-squarefeddit.deBankenstein@feddit.de to Unixporn@lemmy.ml · 1 year agomessage-square2fedilink
minus-squareBankenstein@feddit.detolinuxmemes@lemmy.world•true comparisonlinkfedilinkarrow-up1·1 year agoUsed both. Dislike both. Now on i3. linkfedilink
Finally someone asked about that!
That’s an alias I made (with some help from the Arch Wiki) that lets me search the AUR for a package using fzf and then install it.
alias get="paru -Slq | fzf --preview 'paru -Si {}' --layout=reverse --bind 'enter:execute(paru -S {})+accept'"
(replace paru with your AUR helper of choice if different, requires fzf)
Also, my neovim config is available in the link!