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 base-devel
bat bat
bc bc
bcachefs-tools
bleachbit bleachbit
btop btop
budgie-desktop budgie-desktop
@ -91,6 +92,7 @@ ninja
nnn nnn
noto-fonts-emoji noto-fonts-emoji
opendoas opendoas
openssl-1.1
opus-tools opus-tools
oxipng oxipng
p7zip p7zip
@ -115,6 +117,7 @@ python-html2text
python-pip python-pip
python-pipx python-pipx
python-readability-lxml python-readability-lxml
qownnotes
qpdf qpdf
qrencode qrencode
qt5-base qt5-base
@ -124,7 +127,6 @@ rclone
ripgrep-all ripgrep-all
rofi rofi
rsync rsync
signal-desktop
smartmontools smartmontools
sof-firmware sof-firmware
squashfs-tools squashfs-tools
@ -146,9 +148,11 @@ usbutils
vulkan-intel vulkan-intel
vulkan-radeon vulkan-radeon
w3m w3m
waifu2x-ncnn-vulkan
webp-pixbuf-loader webp-pixbuf-loader
wget wget
wimlib wimlib
xdelta3
xdg-utils xdg-utils
xf86-input-evdev xf86-input-evdev
xf86-input-libinput 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 nvim +PaqInstall +q
g g p:appdwarf ~/.appdwarf g g p:appdwarf ~/.appdwarf
g g p:phantop.github.io ~/.site
g g p:haiku-icons ~/.local/share/icons/Haiku g g p:haiku-icons ~/.local/share/icons/Haiku
mkdir -p ~/.parallel/will-cite 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 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 EDITOR=nvim MANPAGER='nvim +Man!' USE_CCACHE=1 PAGER=nvimpager
export QT_STYLE_OVERRIDE=kvantum export QT_STYLE_OVERRIDE=kvantum
export NNN_PLUG='f:fzcd;i:imgur;j:autojump;m:nmount;s:imgview'
set fish_greeting set fish_greeting
set fish_color_command --bold set fish_color_command --bold

View File

@ -1,6 +1,6 @@
function ytflux function ytflux
set cat 3 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 eval curl -X PUT (cat ~/.miniflux)/categories/$cat/mark-all-as-read
parallel -u yt-dlp ::: $entries parallel -u yt-dlp ::: $entries
end end