Bankenstein to Unixporn@lemmy.ml • 2 years ago[i3] (EndeavourOS) First rice!feddit.deimagemessage-square11arrow-up1138file-text
arrow-up1138image[i3] (EndeavourOS) First rice!feddit.deBankenstein to Unixporn@lemmy.ml • 2 years agomessage-square11file-text
EndeavourOS default i3wm setup terminal: Alacritty compositor: Picom top bar: eww entire configuration here
minus-squareBankensteinOPlinkfedilink5•2 years 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!
minus-square@deikoepfiges_dreirad@lemmy.ziplinkfedilink2•2 years agoThanks for that one, seems incredibly useful for such a small thing.
minus-square@hyperreal@lemmy.worldlinkfedilink2•2 years agoI love how you basically made a TUI by combining existing tools. Doing something useful without reinventing the wheel.
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!
Thanks for that one, seems incredibly useful for such a small thing.
I love how you basically made a TUI by combining existing tools. Doing something useful without reinventing the wheel.
Uff, it looks fucking awesome