nnn: add plugins

This commit is contained in:
Phantop 2023-11-02 14:39:59 -04:00
parent f6825f6207
commit eebd034b5b
4 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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