Bankenstein@feddit.de to Unixporn@lemmy.ml · 1 year ago[i3] (EndeavourOS) First rice!feddit.deimagemessage-square11fedilinkarrow-up1143arrow-down13file-text
arrow-up1140arrow-down1image[i3] (EndeavourOS) First rice!feddit.deBankenstein@feddit.de to Unixporn@lemmy.ml · 1 year agomessage-square11fedilinkfile-text
EndeavourOS default i3wm setup terminal: Alacritty compositor: Picom top bar: eww entire configuration here
minus-squaregfdh-57tk@discuss.tchncs.delinkfedilinkarrow-up4·1 year agoBeautiful neovim, whats the terminal program on the down right?
minus-squareBankenstein@feddit.deOPlinkfedilinkarrow-up6·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!
minus-squaredeikoepfiges_dreirad@lemmy.ziplinkfedilinkarrow-up2·1 year agoThanks for that one, seems incredibly useful for such a small thing.
minus-squarehyperreal@lemmy.worldlinkfedilinkarrow-up2·1 year agoI love how you basically made a TUI by combining existing tools. Doing something useful without reinventing the wheel.
Beautiful neovim, whats the terminal program on the down right?
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.
Uff, it looks fucking awesome
I love how you basically made a TUI by combining existing tools. Doing something useful without reinventing the wheel.