1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-02-03 18:26:57 +00:00

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 done
stow . 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 -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 curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim