From eebd034b5be3e1a2c83ee75a7c1f2c003ff7b697 Mon Sep 17 00:00:00 2001 From: Phantop Date: Thu, 2 Nov 2023 14:39:59 -0400 Subject: [PATCH] nnn: add plugins --- archpkgs | 6 +++++- bin/setup | 1 - fish/config.fish | 1 + fish/functions/ytflux.fish | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/archpkgs b/archpkgs index c2ed3e2..775daf2 100644 --- a/archpkgs +++ b/archpkgs @@ -12,6 +12,7 @@ base base-devel bat bc +bcachefs-tools bleachbit btop budgie-desktop @@ -91,6 +92,7 @@ ninja nnn noto-fonts-emoji opendoas +openssl-1.1 opus-tools oxipng p7zip @@ -115,6 +117,7 @@ python-html2text python-pip python-pipx python-readability-lxml +qownnotes qpdf qrencode qt5-base @@ -124,7 +127,6 @@ rclone ripgrep-all rofi rsync -signal-desktop smartmontools sof-firmware squashfs-tools @@ -146,9 +148,11 @@ usbutils vulkan-intel vulkan-radeon w3m +waifu2x-ncnn-vulkan webp-pixbuf-loader wget wimlib +xdelta3 xdg-utils xf86-input-evdev xf86-input-libinput diff --git a/bin/setup b/bin/setup index c704a07..c4950bf 100755 --- a/bin/setup +++ b/bin/setup @@ -30,7 +30,6 @@ wget https://github.com/savq/paq-nvim/raw/master/lua/paq.lua -P ~/.config/nvim/l nvim +PaqInstall +q g g p:appdwarf ~/.appdwarf -g g p:phantop.github.io ~/.site g g p:haiku-icons ~/.local/share/icons/Haiku mkdir -p ~/.parallel/will-cite diff --git a/fish/config.fish b/fish/config.fish index 8a011a8..32b145c 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -1,6 +1,7 @@ fish_add_path -g ~/.appdwarf/{,apps/bin} ~/{.dotfiles,.local,,Games}/bin /usr/lib64/ccache/bin export EDITOR=nvim MANPAGER='nvim +Man!' USE_CCACHE=1 PAGER=nvimpager export QT_STYLE_OVERRIDE=kvantum +export NNN_PLUG='f:fzcd;i:imgur;j:autojump;m:nmount;s:imgview' set fish_greeting set fish_color_command --bold diff --git a/fish/functions/ytflux.fish b/fish/functions/ytflux.fish index e2171b1..b114717 100644 --- a/fish/functions/ytflux.fish +++ b/fish/functions/ytflux.fish @@ -1,6 +1,6 @@ function ytflux set cat 3 - set entries (eval curl (cat ~/.miniflux)/entries?status=unread\&category_id=$cat | jq .entries[].url) + set entries (eval curl (cat ~/.miniflux)/entries?status=unread\&category_id=$cat | jq -r .entries[].url) eval curl -X PUT (cat ~/.miniflux)/categories/$cat/mark-all-as-read parallel -u yt-dlp ::: $entries end