mpv: mkdir shaders, don't need it here

This commit is contained in:
Phantop 2020-10-19 18:12:22 -04:00
parent e01a6b2ace
commit 114064c414
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
*.glsl

2
.setup
View File

@ -15,7 +15,7 @@ for i in `fd -E .git -t d -H`; do
done
stow .
cd ~/.config/mpv/shaders
mkdir -p ~/.config/mpv/shaders; cd ~/.config/mpv/shaders
curl -fsSL $(curl -fsSL https://api.github.com/repos/bloc97/Anime4K/releases/latest | jq .assets[].browser_download_url | sed 's/"//g') | busybox unzip -
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim