1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-26 14:16:13 +00:00

Setup: fix pdfjs install

This commit is contained in:
Phantop 2021-06-06 19:02:57 -04:00
parent 963e533473
commit 0846dad3d5

2
.setup
View file

@ -26,7 +26,7 @@ stow .
mkdir -p ~/.config/mpv/shaders && cd ~/.config/mpv/shaders && rm * mkdir -p ~/.config/mpv/shaders && cd ~/.config/mpv/shaders && rm *
curl https://api.github.com/repos/bloc97/Anime4K/releases/latest | grep -wo http.\*zip | aria2c -i-; unzip *; rm *zip curl https://api.github.com/repos/bloc97/Anime4K/releases/latest | grep -wo http.\*zip | aria2c -i-; unzip *; rm *zip
mkdir -p ~/.local/share/qutebrowser/pdfjs && cd ~/.config/mpv/shaders && rm * mkdir -p ~/.local/share/qutebrowser/pdfjs && cd ~/.local/share/qutebrowser/pdfjs && rm -r *
curl https://api.github.com/repos/mozilla/pdf.js/releases/latest | grep -wo http.\*zip | grep -v es5 | aria2c -i-; unzip *; rm *zip curl https://api.github.com/repos/mozilla/pdf.js/releases/latest | grep -wo http.\*zip | grep -v es5 | aria2c -i-; unzip *; rm *zip
rm ~/.config/nvim/autoload/plug.vim rm ~/.config/nvim/autoload/plug.vim